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 | 閹企攪 | 111010001000011010001010111010011001110110011000 | e8868ae99d98 |
EUC-JP | 閹企攪 | 111011111110011010110100111010111101100111111000 | efe6b4ebd9f8 |
UTF-8 | 閹企攪 | 111010011001011010111001111001001011110010000001111001101001010010101010 | e996b9e4bc81e694aa |
UHC | ?企攪 | 0011111111010000111010101100111011100110 | 3fd0eacee6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)