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 | 淀荳┃??裨 | 10010111100001001110010010111000100001001010101100111111001111111110010111101001 | 9784e4b884ab3f3fe5e9 |
EUC-JP | 淀荳┃??裨 | 11001101111001001110100010111010101010001010110100111111001111111110101011101011 | cde4e8baa8ad3f3feaeb |
UTF-8 | 淀荳┃綎잰裨 | 111001101011011110000000111010001000110110110011111000101001010010000011111001111011011010001110111011001001111010110000111010001010001110101000 | e6b780e88db3e29483e7b68eec9eb0e8a3a8 |
UHC | 淀荳┃綎잰裨 | 111011111110001111010100111001011010011010101101111011111111001011000000111010011101111010100101 | efe3d4e5a6adeff2c0e9dea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)