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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ????咫託 | 0011111100111111001111110011111110011010010000001001000111110101 | 3f3f3f3f9a4091f5 |
EUC-JP | ????咫託 | 0011111100111111001111110011111111010011101000011100001011110111 | 3f3f3f3fd3a1c2f7 |
UTF-8 | 룶킃㈛룵咫託 | 111010111010001110110110111011011000001010000011111000111000100010011011111010111010001110110101111001011001001010101011111010001010100010010111 | eba3b6ed8283e3889beba3b5e592abe8a897 |
UHC | 룶킃㈛룵咫託 | 100011111010101110110100100011111010100111001100100011111010101011110010101000011111011011111110 | 8fabb48fa9cc8faaf2a1f6fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)