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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 屑鴟褻 | 100010111111101111101001111101001110010111110110 | 8bfbe9f4e5f6 |
EUC-JP | 屑鴟褻 | 101101101111110111110010111101101110101011111000 | b6fdf2f6eaf8 |
UTF-8 | 屑鴟褻 | 111001011011000110010001111010011011010010011111111010001010010010111011 | e5b191e9b49fe8a4bb |
UHC | 屑?褻 | 1110000011011010001111111110000011100001 | e0da3fe0e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)