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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ?璪??? | 00111111100011111100110011100000001111110011111100111111 | 3f8fcce03f3f3f |
UTF-8 | 롅璪렪렑렏 | 111010111010000110000101111001111001001010101010111010111010000010101010111010111010000010010001111010111010000010001111 | eba185e792aaeba0aaeba091eba08f |
UHC | 롅璪렪렑렏 | 10001110110010111111000011010001100011101011100010001110101001101000111010100101 | 8ecbf0d18eb88ea68ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)