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 | 矮矮橈宣 | 1110000111100010111000011110001010011110111101001001000011101001 | e1e2e1e29ef490e9 |
EUC-JP | 矮矮橈宣 | 1110001011100100111000101110010011011100111101101100000011101011 | e2e4e2e4dcf6c0eb |
UTF-8 | 矮矮橈宣 | 111001111001111110101110111001111001111110101110111001101010100110001000111001011010111010100011 | e79faee79faee6a988e5aea3 |
UHC | 矮矮橈宣 | 1110100011100001111010001110000111101000111110101110000010111110 | e8e1e8e1e8fae0be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)