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 | 宣舌船宣 | 1001000011101001100100001110001110010001010001001001000011101001 | 90e990e3914490e9 |
EUC-JP | 宣舌船宣 | 1100000011101011110000001110010111000001101001011100000011101011 | c0ebc0e5c1a5c0eb |
UTF-8 | 宣舌船宣 | 111001011010111010100011111010001000100010001100111010001000100010111001111001011010111010100011 | e5aea3e8888ce888b9e5aea3 |
UHC | 宣舌船宣 | 1110000010111110111000001101111111100000110011111110000010111110 | e0bee0dfe0cfe0be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)