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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 枝褐?^ | 100011100111110110001010100011000011111101011110 | 8e7d8a8c3f5e |
EUC-JP | 枝褐?^ | 101110111101111010110011111011000011111101011110 | bbdeb3ec3f5e |
UTF-8 | 枝褐봄^ | 11100110100111101001110111101000101001001001000011101011101101001000010001011110 | e69e9de8a490ebb4845e |
UHC | 枝褐봄^ | 11110010101010111100101011101000101110101011110101011110 | f2abcae8babd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)