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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 絶??厥F | 10010000111000100011111100111111100110011100111001000110 | 90e23f3f99ce46 |
EUC-JP | 絶??厥F | 11000000111001000011111100111111110100101101000001000110 | c0e43f3fd2d046 |
UTF-8 | 絶껂퐱厥F | 11100111101101011011011011101010101110111000001011101101100100001011000111100101100011101010010101000110 | e7b5b6eabb82ed90b1e58ea546 |
UHC | 絶껂퐱厥F | 111011111011111010000011111001001011110110011010110011111111000001000110 | efbe83e4bd9acff046 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)