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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 迂蛟??F | 10001001010010011110010110000000001111110011111101000110 | 8949e5803f3f46 |
EUC-JP | 迂蛟??F | 10110001101010101110100111100000001111110011111101000110 | b1aae9e03f3f46 |
UTF-8 | 迂蛟렰렜F | 11101000101111111000001011101000100110111001111111101011101000001011000011101011101000001001110001000110 | e8bf82e89b9feba0b0eba09c46 |
UHC | 迂蛟렰렜F | 111010011110011011001110111100011000111010111101100011101010111001000110 | e9e6cef18ebd8eae46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)