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 | 獄??苑?? | 1000110110010110001111110011111110001001100100010011111100111111 | 8d963f3f89913f3f |
EUC-JP | 獄??苑?? | 1011100111110110001111110011111110110001111100010011111100111111 | b9f63f3fb1f13f3f |
UTF-8 | 獄띔퇉苑믥눉 | 111001111000110110000100111010111001110110010100111011011000011110001001111010001000101110010001111010111010111110100101111010111000100010001001 | e78d84eb9d94ed8789e88b91ebafa5eb8889 |
UHC | 獄띔퇉苑믥눉 | 111010001010101110110110111010101011011110011010111010101011110110010010111001111000011110100111 | e8abb6eab79aeabd92e787a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)