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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 趙???慫? | 1110011011100010001111110011111100111111100111001100111100111111 | e6e23f3f3f9ccf3f |
EUC-JP | 趙???慫? | 1110110011100100001111110011111100111111110110001101000100111111 | ece43f3f3fd8d13f |
UTF-8 | 趙얹렰렚慫렱 | 111010001011011010011001111011001001011010111001111010111010000010110000111010111010000010011010111001101000010110101011111010111010000010110001 | e8b699ec96b9eba0b0eba09ae685abeba0b1 |
UHC | 趙얹렰렚慫렱 | 111100001110000110111110111100011000111010111101100011101010110111110000111101101000111010111110 | f0e1bef18ebd8eadf0f68ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)