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 | 低?禿 | 1001001011100001001111111001001111000011 | 92e13f93c3 |
EUC-JP | 低?禿 | 1100010011100011001111111100011011000101 | c4e33fc6c5 |
UTF-8 | 低얩禿 | 111001001011110110001110111011001001011010101001111001111010011010111111 | e4bd8eec96a9e7a6bf |
UHC | 低얩禿 | 111011101011100010111110111011011101010010111110 | eeb8beedd4be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)