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 | 閹企搦 | 111010001000011010001010111010011001110110001110 | e8868ae99d8e |
EUC-JP | 閹企搦 | 111011111110011010110100111010111101100111101110 | efe6b4ebd9ee |
UTF-8 | 閹企搦 | 111010011001011010111001111001001011110010000001111001101001000010100110 | e996b9e4bc81e690a6 |
UHC | ?企? | 00111111110100001110101000111111 | 3fd0ea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)