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 | 錏帛陸 | 111001111111100110011011111001011001011110100100 | e7f99be597a4 |
EUC-JP | 錏帛陸 | 111011101111101111010110111001111100111010100110 | eefbd6e7cea6 |
UTF-8 | 錏帛陸 | 111010011000110010001111111001011011100010011011111010011001100110111000 | e98c8fe5b89be999b8 |
UHC | ?帛陸 | 0011111111011011110110011101011111000001 | 3fdbd9d7c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)