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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?昏 | 001111111000110110101000 | 3f8da8 |
EUC-JP | ?昏 | 001111111011101010101010 | 3fbaaa |
UTF-8 | 뤜昏 | 111010111010010010011100111001101001100010001111 | eba49ce6988f |
UHC | 뤜昏 | 10001111110010111111101111100111 | 8fcbfbe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)