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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 莊????? | 11100100101101010011111100111111001111110011111100111111 | e4b53f3f3f3f3f |
EUC-JP | 莊????? | 11101000101101110011111100111111001111110011111100111111 | e8b73f3f3f3f3f |
UTF-8 | 莊렱炡숄렰렯 | 111010001000111010001010111010111010000010110001111001111000001010100001111011001000100010000100111010111010000010110000111010111010000010101111 | e88e8aeba0b1e782a1ec8884eba0b0eba0af |
UHC | 莊렱炡숄렰렯 | 111011011111011010001110101111101110111111101000101111001111000110001110101111011000111010111100 | edf68ebeefe8bcf18ebd8ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)