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 | 種?奬伎? | 1000111011101101001111111001101011111011100010101110101000111111 | 8eed3f9afb8aea3f |
EUC-JP | 種?奬伎? | 1011110011101111001111111101010011111101101101001110110000111111 | bcef3fd4fdb4ec3f |
UTF-8 | 種렧奬伎렖 | 111001111010100010101110111010111010000010100111111001011010010110101100111001001011110010001110111010111010000010010110 | e7a8aeeba0a7e5a5ace4bc8eeba096 |
UHC | 種렧奬伎렖 | 11110000111110101000111010110110111011011110000111010000111010111000111010101011 | f0fa8eb6ede1d0eb8eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)