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 | 贍?澱 | 1110011011010110001111111001001101100010 | e6d63f9362 |
EUC-JP | 贍?澱 | 1110110011011000001111111100010111000011 | ecd83fc5c3 |
UTF-8 | 贍뤍澱 | 111010001011010010001101111010111010010010001101111001101011111010110001 | e8b48deba48de6beb1 |
UHC | 贍뤍澱 | 111000001110101110001111101111011110111011111110 | e0eb8fbdeefe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)