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 | ??嶢?? | 001111110011111110011011110100000011111100111111 | 3f3f9bd03f3f |
EUC-JP | ??嶢?? | 001111110011111111010110110100100011111100111111 | 3f3fd6d23f3f |
UTF-8 | 렯렰嶢렯롖 | 111010111010000010101111111010111010000010110000111001011011011010100010111010111010000010101111111010111010000110010110 | eba0afeba0b0e5b6a2eba0afeba196 |
UHC | 렯렰嶢렯롖 | 10001110101111001000111010111101111010001111001010001110101111001000111011011010 | 8ebc8ebde8f28ebc8eda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)