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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蹄峯? | 1001001011111011100101011111010100111111 | 92fb95f53f |
EUC-JP | 蹄峯? | 1100010011111101110010101111011100111111 | c4fdcaf73f |
UTF-8 | 蹄峯뱁 | 111010001011100110000100111001011011001110101111111010111011000110000001 | e8b984e5b3afebb181 |
UHC | 蹄峯뱁 | 111100001011010011011100111001111011100111101101 | f0b4dce7b9ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)