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 | 肢??? | 1000111010001000001111110011111100111111 | 8e883f3f3f |
EUC-JP | 肢??? | 1011101111101000001111110011111100111111 | bbe83f3f3f |
UTF-8 | 肢쿰렰렊 | 111010001000001010100010111011001011111110110000111010111010000010110000111010111010000010001010 | e882a2ecbfb0eba0b0eba08a |
UHC | 肢쿰렰렊 | 1111001010110110110001001111000110001110101111011000111010100001 | f2b6c4f18ebd8ea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)