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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 獄??彦?? | 1000110110010110001111110011111110010101010001100011111100111111 | 8d963f3f95463f3f |
EUC-JP | 獄??彦?? | 1011100111110110001111110011111111001001101001110011111100111111 | b9f63f3fc9a73f3f |
UTF-8 | 獄몃뜙彦덅풘 | 111001111000110110000100111010111010101010000011111010111001110010011001111001011011110110100110111010111000110110000101111011011001001010011000 | e78d84ebaa83eb9c99e5bda6eb8d85ed9298 |
UHC | 獄몃뜙彦덅풘 | 111010001010101110111000111010111000110110011100111001011110100110001000111010001011111010011011 | e8abb8eb8d9ce5e988e8be9b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)