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 | ???®? | 0011111100111111001111111010111000111111 | 3f3f3fae3f |
SJIS-WIN | 楓蝎??遲 | 1001010110010110111001011001100100111111001111111110011110101101 | 9596e5993f3fe7ad |
EUC-JP | 楓蝎?®遲 | 11001001111101101110100111111001001111111000111110100010111011101110111010101111 | c9f6e9f93f8fa2eeeeaf |
UTF-8 | 楓蝎렪®遲 | 1110011010100101100100111110100010011101100011101110101110100000101010101100001010101110111010011000000110110010 | e6a593e89d8eeba0aac2aee981b2 |
UHC | 楓蝎렪®遲 | 11111001101000111100101011101001100011101011100010100010111001111111001011000000 | f9a3cae98eb8a2e7f2c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)