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 | ?????h | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | 雍??燁?h | 1110100010110100001111110011111111111011010110010011111101101000 | e8b43f3ffb593f68 |
EUC-JP | 雍??燁?h | 111100001011011000111111001111111000111111001010101100110011111101101000 | f0b63f3f8fcab33f68 |
UTF-8 | 雍됱뼏燁쀿h | 11101001100110111000110111101011100100001011000111101011101111001000111111100111100001111000000111101100100000001011111101101000 | e99b8deb90b1ebbc8fe78781ec80bf68 |
UHC | 雍됱뼏燁쀿h | 1110100010111100100010011110110010010110100101111110011110100111100101111111111001101000 | e8bc89ec9697e7a797fe68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)