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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 獄??異?] | 1000110110010110001111110011111110001000110110010011111101011101 | 8d963f3f88d93f5d |
EUC-JP | 獄??異?] | 1011100111110110001111110011111110110000110110110011111101011101 | b9f63f3fb0db3f5d |
UTF-8 | 獄뷜꽒異펕] | 11100111100011011000010011101011101101111001110011101010101111011001001011100111100101011011000011101101100011101001010101011101 | e78d84ebb79ceabd92e795b0ed8e955d |
UHC | 獄뷜꽒異펕] | 1110100010101011101110101110001010000100101000011110110010110110101111000110100101011101 | e8abbae284a1ecb6bc695d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)