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 | 磁爾犁 | 100011101010010110001110101000101110000010110011 | 8ea58ea2e0b3 |
EUC-JP | 磁爾犁 | 101111001010011110111100101001001110000010110101 | bca7bca4e0b5 |
UTF-8 | 磁爾犁 | 111001111010001110000001111001111000100010111110111001111000101010000001 | e7a381e788bee78a81 |
UHC | 磁爾犁 | 111011011011100011101100101100111101011111100000 | edb8ecb3d7e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)