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 | 虞??? | 1000101111110001001111110011111100111111 | 8bf13f3f3f |
EUC-JP | 虞?釪? | 10110110111100110011111110001111111000111010110100111111 | b6f33f8fe3ad3f |
UTF-8 | 虞렜釪렢 | 111010001001100110011110111010111010000010011100111010011000011110101010111010111010000010100010 | e8999eeba09ce987aaeba0a2 |
UHC | 虞렜釪렢 | 1110100111100101100011101010111011101001111010011000111010110011 | e9e58eaee9e98eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)