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 | 蔭逗? | 1000100011111100100100001000000000111111 | 88fc90803f |
EUC-JP | 蔭逗? | 1011000011111110101111111110000000111111 | b0febfe03f |
UTF-8 | 蔭逗렡 | 111010001001010010101101111010011000000010010111111010111010000010100001 | e894ade98097eba0a1 |
UHC | 蔭逗렡 | 111010111110001111010100111010001000111010110010 | ebe3d4e88eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)