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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 鞋??鞋??^ | 111010001101110000111111001111111110100011011100001111110011111101011110 | e8dc3f3fe8dc3f3f5e |
EUC-JP | 鞋??鞋??^ | 111100001101111000111111001111111111000011011110001111110011111101011110 | f0de3f3ff0de3f3f5e |
UTF-8 | 鞋딈겲鞋딈뱥^ | 11101001100111101000101111101011100101001000100011101010101100101011001011101001100111101000101111101011100101001000100011101011101100011010010101011110 | e99e8beb9488eab2b2e99e8beb9488ebb1a55e |
UHC | 鞋딈겲鞋딈뱥^ | 11111011101110011000101011101110100000011011111011111011101110011000101011101110100100111000101101011110 | fbb98aee81befbb98aee938b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)