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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 蓼周蓼周B | 111001001111100010001110111111001110010011111000100011101111110001000010 | e4f88efce4f88efc42 |
EUC-JP | 蓼周蓼周B | 111010001111101010111100111111101110100011111010101111001111111001000010 | e8fabcfee8fabcfe42 |
UTF-8 | 蓼周蓼周B | 11101000100100111011110011100101100100011010100011101000100100111011110011100101100100011010100001000010 | e893bce591a8e893bce591a842 |
UHC | 蓼周蓼周B | 110101101111111011110001101100101101011011111110111100011011001001000010 | d6fef1b2d6fef1b242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)