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 | 10011111111101111000111110000000100010111010001101000010 | 9ff78f808ba342 |
EUC-JP | 漿準競B | 11011110111110011011110111100000101101101010010101000010 | def9bde0b6a542 |
UTF-8 | 漿準競B | 11100110101111001011111111100110101110101001011011100111101010111011011001000010 | e6bcbfe6ba96e7abb642 |
UHC | 漿準競B | 11101101111011001111000111011110110011001110011001000010 | edecf1decce642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)