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 | ???悠? | 001111110011111100111111100101110100100100111111 | 3f3f3f97493f |
EUC-JP | ???悠? | 001111110011111100111111110011011010101000111111 | 3f3f3fcdaa3f |
UTF-8 | 銳얘퀓悠욪 | 111010011000101010110011111011001001011010011000111011011000000010010011111001101000001010100000111011001001101010101010 | e98ab3ec9698ed8093e682a0ec9aaa |
UHC | 銳얘퀓悠욪 | 11100111111001011011111011101010101100111000100011101010111011011001111101000010 | e7e5beeab388eaed9f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)