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 | 鏑邁?錞? | 1001001101001100111001111011000000111111111110111101101100111111 | 934ce7b03ffbdb3f |
EUC-JP | 鏑邁?錞? | 110001011010110111101110101100100011111110001111111001001101110000111111 | c5adeeb23f8fe4dc3f |
UTF-8 | 鏑邁걀錞렯 | 111010011000111110010001111010011000001010000001111010101011000110000000111010011000110010011110111010111010000010101111 | e98f91e98281eab180e98c9eeba0af |
UHC | 鏑邁걀錞렯 | 11101110111010111101100011100100101100001011111111100010111101101000111010111100 | eeebd8e4b0bfe2f68ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)