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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蜈??控獄 | 1110010110000101001111110011111110001101010101001000110110010110 | e5853f3f8d548d96 |
EUC-JP | 蜈??控獄 | 1110100111100101001111110011111110111001101101011011100111110110 | e9e53f3fb9b5b9f6 |
UTF-8 | 蜈ㅹ걗控獄 | 111010001001110010001000111000111000010110111001111010101011000110010111111001101000111010100111111001111000110110000100 | e89c88e385b9eab197e68ea7e78d84 |
UHC | 蜈ㅹ걗控獄 | 11101000101001011010010011101001100000011000001011001101111100111110100010101011 | e8a5a4e98182cdf3e8ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)