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 | 闔主玄 | 111010001000111010001110111001011000110010111010 | e88e8ee58cba |
EUC-JP | 闔主玄 | 111011111110111010111100111001111011100010111100 | efeebce7b8bc |
UTF-8 | 闔主玄 | 111010011001011110010100111001001011100010111011111001111000111010000100 | e99794e4b8bbe78e84 |
UHC | 闔主玄 | 111110011110111111110001101010111111101011011100 | f9eff1abfadc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)