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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 諤准 | 11100110100000001000111101111001 | e6808f79 |
EUC-JP | 諤准 | 11101011111000001011110111011010 | ebe0bdda |
UTF-8 | 諤准 | 111010001010101110100100111001011000011110000110 | e8aba4e58786 |
UHC | ?准 | 001111111111000111010111 | 3ff1d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)