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 | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | ??? | 001111110011111100111111 | 3f3f3f |
UTF-8 | 죡잣뤒 | 111011001010001110100001111011001001111010100011111010111010010010010010 | eca3a1ec9ea3eba492 |
UHC | 죡잣뤒 | 110000011101001111000000111000111000111111000010 | c1d3c0e38fc2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)