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 | 型?? | 10001100010111100011111100111111 | 8c5e3f3f |
EUC-JP | 型?? | 10110111101111110011111100111111 | b7bf3f3f |
UTF-8 | 型쐐꺄 | 111001011001111010001011111011001001000010010000111010101011101010000100 | e59e8bec9090eaba84 |
UHC | 型쐐꺄 | 111110101111111010111101111110111011001010100101 | fafebdfbb2a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)