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 | ???d | 00111111001111110011111101100100 | 3f3f3f64 |
SJIS-WIN | ??菴d | 0011111100111111111001001011110101100100 | 3f3fe4bd64 |
EUC-JP | ??菴d | 0011111100111111111010001011111101100100 | 3f3fe8bf64 |
UTF-8 | 렯렰菴d | 11101011101000001010111111101011101000001011000011101000100011111011010001100100 | eba0afeba0b0e88fb464 |
UHC | 렯렰菴d | 10001110101111001000111010111101111001001110000001100100 | 8ebc8ebde4e064 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)