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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蝣贋クェ | 111001011010000010001010111001001011100010101010 | e5a08ae4b8aa |
EUC-JP | 蝣贋クェ | 1110101010100010101101001110011010001110101110001000111010101010 | eaa2b4e68eb88eaa |
UTF-8 | 蝣贋クェ | 111010001001110110100011111010001011010010001011111011111011110110111000111011111011110110101010 | e89da3e8b48befbdb8efbdaa |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)