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 | ??談 | 00111111001111111001001001101011 | 3f3f926b |
EUC-JP | ?寗談 | 001111111000111110111010111000001100001111001100 | 3f8fbae0c3cc |
UTF-8 | 뤜寗談 | 111010111010010010011100111001011010111110010111111010001010101110000111 | eba49ce5af97e8ab87 |
UHC | 뤜寗談 | 100011111100101111010010101111001101001111001000 | 8fcbd2bcd3c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)