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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 寘磁寘 | 111110101010100110001110101001011111101010101001 | faa98ea5faa9 |
EUC-JP | 寘磁寘 | 1000111110111010111000011011110010100111100011111011101011100001 | 8fbae1bca78fbae1 |
UTF-8 | 寘磁寘 | 111001011010111110011000111001111010001110000001111001011010111110011000 | e5af98e7a381e5af98 |
UHC | ?磁? | 00111111111011011011100000111111 | 3fedb83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)