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 | 臟??帳?? | 1110010001100110001111110011111110010010101000000011111100111111 | e4663f3f92a03f3f |
EUC-JP | 臟??帳?? | 1110011111000111001111110011111111000100101000100011111100111111 | e7c73f3fc4a23f3f |
UTF-8 | 臟륃맆帳루컮 | 111010001000011110011111111010111010010110000011111010111010011110000110111001011011100010110011111010111010001110101000111011001011101110101110 | e8879feba583eba786e5b8b3eba3a8ecbbae |
UHC | 臟륃맆帳루컮 | 111011011111010010001111111011101001000010100000111011011110001110110111111001111011000010010100 | edf48fee90a0ede3b7e7b094 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)