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 | 胝?煙 | 1110001111110001001111111000100110001100 | e3f13f898c |
EUC-JP | 胝鰑煙 | 11100110111100111000111111101011101010011011000111101100 | e6f38feba9b1ec |
UTF-8 | 胝鰑煙 | 111010001000001110011101111010011011000010010001111001111000010110011001 | e8839de9b091e78599 |
UHC | ??煙 | 00111111001111111110011011010101 | 3f3fe6d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)