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 | 虞??霆 | 100010111111000100111111001111111110100010111011 | 8bf13f3fe8bb |
EUC-JP | 虞??霆 | 101101101111001100111111001111111111000010111101 | b6f33f3ff0bd |
UTF-8 | 虞곁깼霆 | 111010001001100110011110111010101011001110000001111010101011100110111100111010011001110010000110 | e8999eeab381eab9bce99c86 |
UHC | 虞곁깼霆 | 1110100111100101101100001110011110110010101000111110111111111101 | e9e5b0e7b2a3effd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)