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 | 迹咏拠辷ー迚 | 1110011110010001100110011110011110001011100100101110011110001000101100001110011110001001 | e79199e78b92e788b0e789 |
EUC-JP | 迹咏拠辷ー迚 | 111011011111000111010010111010011011010111110010111011011110100010001110101100001110110111101001 | edf1d2e9b5f2ede88eb0ede9 |
UTF-8 | 迹咏拠辷ー迚 | 111010001011111110111001111001011001001010001111111001101000101110100000111010001011111010110111111011111011110110110000111010001011111110011010 | e8bfb9e5928fe68ba0e8beb7efbdb0e8bf9a |
UHC | 迹????? | 11101110111010010011111100111111001111110011111100111111 | eee93f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)