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 | 瓦??苒 | 100010101010001000111111001111111110010010010010 | 8aa23f3fe492 |
EUC-JP | 瓦??苒 | 101101001010010000111111001111111110011111110010 | b4a43f3fe7f2 |
UTF-8 | 瓦닺궟苒 | 111001111001001110100110111010111000101110111010111010101011011010011111111010001000101110010010 | e793a6eb8bbaeab69fe88b92 |
UHC | 瓦닺궟苒 | 1110100010111111101101001110100010000010101100101110011011111110 | e8bfb4e882b2e6fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)