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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 獄??瀋 | 100011011001011000111111001111111110000001100011 | 8d963f3fe063 |
EUC-JP | 獄??瀋 | 101110011111011000111111001111111101111111000100 | b9f63f3fdfc4 |
UTF-8 | 獄㏆쉭瀋 | 111001111000110110000100111000111000111110000110111011001000100110101101111001111000000010001011 | e78d84e38f86ec89ade7808b |
UHC | 獄㏆쉭瀋 | 1110100010101011101001111110111110111101101011011110010010100011 | e8aba7efbdade4a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)