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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?仰??渦 | 00111111100010111100001000111111001111111000100101010001 | 3f8bc23f3f8951 |
EUC-JP | ?仰??渦 | 00111111101101101100010000111111001111111011000110110010 | 3fb6c43f3fb1b2 |
UTF-8 | 롚仰렶안渦 | 111010111010000110011010111001001011101110110000111010111010000010110110111011001001010110001000111001101011100010100110 | eba19ae4bbb0eba0b6ec9588e6b8a6 |
UHC | 롚仰렶안渦 | 10001110110111101110010011100110100011101100000110111110110010001110100010111110 | 8edee4e68ec1bec8e8be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)