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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 日?? | 10010011111110100011111100111111 | 93fa3f3f |
EUC-JP | 日?? | 11000110111111000011111100111111 | c6fc3f3f |
UTF-8 | 日언ㄾ | 111001101001011110100101111011001001011010111000111000111000010010111110 | e697a5ec96b8e384be |
UHC | 日언ㄾ | 111011001110110110111110111100001010010010101110 | ecedbef0a4ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)