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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?⑧??① | 00111111100001110100011100111111001111111000011101000000 | 3f87473f3f8740 |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 狀⑧뒯狀① | 111011111010011110111010111000101001000110100111111010111001001010101111111011111010011110111010111000101001000110100000 | efa7bae291a7eb92afefa7bae291a0 |
UHC | 狀⑧뒯狀① | 11101101111011101010100011101110100010101010100011101101111011101010100011100111 | edeea8ee8aa8edeea8e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)