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 | 裹キ豁吩 | 11100101111001011011011111100110101011011001100111100100 | e5e5b7e6ad99e4 |
EUC-JP | 裹キ豁吩 | 1110101011100111100011101011011111101100101011111101001011100110 | eae78eb7ecafd2e6 |
UTF-8 | 裹キ豁吩 | 111010001010001110111001111011111011110110110111111010001011000110000001111001011001000010101001 | e8a3b9efbdb7e8b181e590a9 |
UHC | ??豁吩 | 001111110011111111111100110000111101110111000011 | 3f3ffcc3ddc3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)