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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 鸚??逸?^ | 1110101001011111001111110011111110001000111011010011111101011110 | ea5f3f3f88ed3f5e |
EUC-JP | 鸚??逸?^ | 1111001111000000001111110011111110110000111011110011111101011110 | f3c03f3fb0ef3f5e |
UTF-8 | 鸚쒖눦逸퀈^ | 11101001101110001001101011101100100100101001011011101011100010001010011011101001100000001011100011101101100000001000100001011110 | e9b89aec9296eb88a6e980b8ed80885e |
UHC | 鸚쒖눦逸퀈^ | 1110010110100100100111001110110010000111101111011110110011101111101100110111100001011110 | e5a49cec87bdecefb3785e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)