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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 畯班??畯 | 1111101101101111100101001100011100111111001111111111101101101111 | fb6f94c73f3ffb6f |
EUC-JP | 畯班??畯 | 10001111110011011011101111001000110010010011111100111111100011111100110110111011 | 8fcdbbc8c93f3f8fcdbb |
UTF-8 | 畯班렦렍畯 | 111001111001010110101111111001111000111110101101111010111010000010100110111010111010000010001101111001111001010110101111 | e795afe78fadeba0a6eba08de795af |
UHC | 畯班렦렍畯 | 11110001111000011101101011101100100011101011010110001110101000111111000111100001 | f1e1daec8eb58ea3f1e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)