To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???Y | 00111111001111110011111101011001 | 3f3f3f59 |
SJIS-WIN | 陽穩哈Y | 10010111011110101110001001110010100110011111101101011001 | 977ae27299fb59 |
EUC-JP | 陽穩哈Y | 11001101110110111110001111010011110100101111110101011001 | cddbe3d3d2fd59 |
UTF-8 | 陽穩哈Y | 11101001100110011011110111100111101010011010100111100101100100111000100001011001 | e999bde7a9a9e5938859 |
UHC | 陽穩哈Y | 11100101110101011110100010110001111110011110101101011001 | e5d5e8b1f9eb59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)