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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 證??? | 1110011010011010001111110011111100111111 | e69a3f3f3f |
EUC-JP | 證??? | 1110101111111010001111110011111100111111 | ebfa3f3f3f |
UTF-8 | 證븐렢렯 | 111010001010110110001001111010111011100010010000111010111010000010100010111010111010000010101111 | e8ad89ebb890eba0a2eba0af |
UHC | 證븐렢렯 | 1111000111111011101110101110110010001110101100111000111010111100 | f1fbbaec8eb38ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)