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 | 譽剰束 | 111001101010001110001111111010001001000110101001 | e6a38fe891a9 |
EUC-JP | 譽剰束 | 111011001010010110111110111010101100001010101011 | eca5beeac2ab |
UTF-8 | 譽剰束 | 111010001010110110111101111001011000100110110000111001101001110110011111 | e8adbde589b0e69d9f |
UHC | 譽?束 | 1110011111100010001111111110000111010110 | e7e23fe1d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)