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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 樂뺟뵽略볿 | 111011111010011010111111111010111011101010011111111010111011010110111101111011111010010110110110111010111011001110111111 | efa6bfebba9febb5bdefa5b6ebb3bf |
UHC | 樂뺟뵽略볿 | 11101000111110011001010111100111100101001011101111100101101100101001010001000010 | e8f995e794bbe5b29442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)