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 | 鸙磁襃タ | 11111100010010101000111010100101111001011110111111000000 | fc4a8ea5e5efc0 |
EUC-JP | 鸙磁襃タ | 100011111110110011010110101111001010011111101010111100011000111011000000 | 8fecd6bca7eaf18ec0 |
UTF-8 | 鸙磁襃タ | 111010011011100010011001111001111010001110000001111010001010010110000011111011111011111010000000 | e9b899e7a381e8a583efbe80 |
UHC | ?磁?? | 0011111111101101101110000011111100111111 | 3fedb83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)