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 | 癲??由∽─ | 11100001100111110011111100111111100101110101001010000001111001001000010010011111 | e19f3f3f975281e4849f |
EUC-JP | 癲??由∽─ | 11100010101000010011111100111111110011011011001110100010111001101010100010100001 | e2a13f3fcdb3a2e6a8a1 |
UTF-8 | 癲룸끝由∽─ | 111001111001100110110010111010111010001110111000111010111000000110011101111001111001010010110001111000101000100010111101111000101001010010000000 | e799b2eba3b8eb819de794b1e288bde29480 |
UHC | 癲룸끝由∽─ | 111011111010011010110111111010111011001110100001111010111010011010100001111011111010011010100001 | efa6b7ebb3a1eba6a1efa6a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)