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 | 曖??崖? | 10011110010000100011111100111111100010100101001000111111 | 9e423f3f8a523f |
EUC-JP | 曖??崖? | 11011011101000110011111100111111101100111011001100111111 | dba33f3fb3b33f |
UTF-8 | 曖면퐦崖ㅹ | 111001101001101110010110111010111010100110110100111011011001000010100110111001011011010010010110111000111000010110111001 | e69b96eba9b4ed90a6e5b496e385b9 |
UHC | 曖면퐦崖ㅹ | 11100100111100101011100011101001101111011000111111100100111100001010010011101001 | e4f2b8e9bd8fe4f0a4e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)