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 | 亞?? | 10011000101100010011111100111111 | 98b13f3f |
EUC-JP | 亞?? | 11010000101100110011111100111111 | d0b33f3f |
UTF-8 | 亞듣옌 | 111001001011101010011110111010111001001110100011111011001001100010001100 | e4ba9eeb93a3ec988c |
UHC | 亞듣옌 | 111001001010110010110101111010001011111110111010 | e4acb5e8bfba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)