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 | ????薑 | 001111110011111100111111001111111110010101000111 | 3f3f3f3fe547 |
EUC-JP | ????薑 | 001111110011111100111111001111111110100110101000 | 3f3f3f3fe9a8 |
UTF-8 | 렺늙렋렺薑 | 111010111010000010111010111010111000101010011001111010111010000010001011111010111010000010111010111010001001011010010001 | eba0baeb8a99eba08beba0bae89691 |
UHC | 렺늙렋렺薑 | 10001110110000101011010011000100100011101010001010001110110000101100101110111001 | 8ec2b4c48ea28ec2cbb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)