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 | 膠ョ | 11100100010100001000001110000111 | e4508387 |
EUC-JP | 膠ョ | 11100111101100011010010111100111 | e7b1a5e7 |
UTF-8 | 膠ョ | 111010001000011010100000111000111000001110100111 | e886a0e383a7 |
UHC | 膠ョ | 11001110111011111010101111100111 | ceefabe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)