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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 伍??] | 1000110011011110001111110011111101011101 | 8cde3f3f5d |
EUC-JP | 伍??] | 1011100011100000001111110011111101011101 | b8e03f3f5d |
UTF-8 | 伍밧툔] | 11100100101111001000110111101011101100001010011111101101100010001001010001011101 | e4bc8debb0a7ed88945d |
UHC | 伍밧툔] | 11100111111010101011100111100101101110001000101101011101 | e7eab9e5b88b5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)