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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ?喇屬B | 001111111001101001101000100110111010001001000010 | 3f9a689ba242 |
EUC-JP | ?喇屬B | 001111111101001111001001110101101010010001000010 | 3fd3c9d6a442 |
UTF-8 | 뤕喇屬B | 11101011101001001001010111100101100101101000011111100101101100011010110001000010 | eba495e59687e5b1ac42 |
UHC | 뤕喇屬B | 10001111110001011101010011111010111000011101010101000010 | 8fc5d4fae1d542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)