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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 烏g?? | 100010010100011110000010100001110011111100111111 | 894782873f3f |
EUC-JP | 烏g?? | 101100011010100010100011111001110011111100111111 | b1a8a3e73f3f |
UTF-8 | 烏g킋杻 | 111001111000001110001111111011111011110110000111111011011000001010001011111011111010011110001000 | e7838fefbd87ed828befa788 |
UHC | 烏g킋杻 | 1110100010100001101000111110011110110100100101111110101011110100 | e8a1a3e7b497eaf4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)