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 | 磁ニ | 11110010101010111000111010100101111100101010011011000110 | f2ab8ea5f2a6c6 |
EUC-JP | ?磁?ニ | 001111111011110010100111001111111000111011000110 | 3fbca73f8ec6 |
UTF-8 | 磁ニ | 111011101000011110100010111001111010001110000001111011101000011110011101111011111011111010000110 | ee87a2e7a381ee879defbe86 |
UHC | ?磁?? | 0011111111101101101110000011111100111111 | 3fedb83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)