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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 伍??壤 | 100011001101111000111111001111111001101011011111 | 8cde3f3f9adf |
EUC-JP | 伍??壤 | 101110001110000000111111001111111101010011100001 | b8e03f3fd4e1 |
UTF-8 | 伍밸썗壤 | 111001001011110010001101111010111011000010111000111011001000110110010111111001011010001110100100 | e4bc8debb0b8ec8d97e5a3a4 |
UHC | 伍밸썗壤 | 1110011111101010101110011110101110011011100010101110010110111101 | e7eab9eb9b8ae5bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)