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 | 媛?霆?肄 | 1001010101010001001111111110100010111011001111111110001111100101 | 95513fe8bb3fe3e5 |
EUC-JP | 媛?霆?肄 | 1100100110110010001111111111000010111101001111111110011011100111 | c9b23ff0bd3fe6e7 |
UTF-8 | 媛렦霆렕肄 | 111001011010101010011011111010111010000010100110111010011001110010000110111010111010000010010101111010001000001010000100 | e5aa9beba0a6e99c86eba095e88284 |
UHC | 媛렦霆렕肄 | 11101010101100001000111010110101111011111111110110001110101010101110110010111101 | eab08eb5effd8eaaecbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)