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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 辞鈼軸鴾磁 | 111100101010001110001110101010111111101111000110100011101011001011101001111110101000111010100101 | f2a38eabfbc68eb2e9fa8ea5 |
EUC-JP | ?辞鈼軸鴾磁 | 001111111011110010101101100011111110001111010110101111001011010011110010111111001011110010100111 | 3fbcad8fe3d6bcb4f2fcbca7 |
UTF-8 | 辞鈼軸鴾磁 | 111011101000011110011010111010001011111010011110111010011000100010111100111010001011101110111000111010011011010010111110111001111010001110000001 | ee879ae8be9ee988bce8bbb8e9b4bee7a381 |
UHC | ???軸?磁 | 0011111100111111001111111111010111101110001111111110110110111000 | 3f3f3ff5ee3fedb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)