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 | ?l?意?? | 0011111110000010100011000011111110001000110100110011111100111111 | 3f828c3f88d33f3f |
EUC-JP | 渶l?意?? | 10001111110001111110110110100011111011000011111110110000110101010011111100111111 | 8fc7eda3ec3fb0d53f3f |
UTF-8 | 渶l룆意좑쭒 | 111001101011100010110110111011111011110110001100111010111010001110000110111001101000010010001111111011001010001010010001111011001010110110010010 | e6b8b6efbd8ceba386e6848feca291ecad92 |
UHC | 渶l룆意좑쭒 | 111001111011011110100011111011001000111110000101111010111111001010100000111011111010011110001010 | e7b7a3ec8f85ebf2a0efa78a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)