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 | 臾??維? | 11100100011010110011111100111111100010001101101100111111 | e46b3f3f88db3f |
EUC-JP | 臾??維? | 11100111110011000011111100111111101100001101110100111111 | e7cc3f3fb0dd3f |
UTF-8 | 臾노쳥維갌 | 111010001000011110111110111010111000010110111000111011001011001110100101111001111011011010101101111010101011000010001100 | e887beeb85b8ecb3a5e7b6adeab08c |
UHC | 臾노쳥維갌 | 11101011101011001011001111101011101010111000101011101011101010111000000101000110 | ebacb3ebab8aebab8146 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)