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 | ??U | 001111110011111101010101 | 3f3f55 |
SJIS-WIN | 銹田U | 1110011111110110100100110110001101010101 | e7f6936355 |
EUC-JP | 銹田U | 1110111011111000110001011100010001010101 | eef8c5c455 |
UTF-8 | 銹田U | 11101001100010101011100111100111100101001011000001010101 | e98ab9e794b055 |
UHC | 銹田U | 1110001011001000111011111010001101010101 | e2c8efa355 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)