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 | 軸鐘 | 111100101010111110001110101100101000111111100000 | f2af8eb28fe0 |
EUC-JP | ?軸鐘 | 0011111110111100101101001011111011100010 | 3fbcb4bee2 |
UTF-8 | 軸鐘 | 111011101000011110100110111010001011101110111000111010011001000010011000 | ee87a6e8bbb8e99098 |
UHC | ?軸鐘 | 0011111111110101111011101111000110100100 | 3ff5eef1a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)