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 | 寘磁カ | 11111010101010011000111010100101111100011110011110110110 | faa98ea5f1e7b6 |
EUC-JP | 寘磁?カ | 1000111110111010111000011011110010100111001111111000111010110110 | 8fbae1bca73f8eb6 |
UTF-8 | 寘磁カ | 111001011010111110011000111001111010001110000001111011101000010110100010111011111011110110110110 | e5af98e7a381ee85a2efbdb6 |
UHC | ?磁?? | 0011111111101101101110000011111100111111 | 3fedb83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)