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 | ??BF | 00111111001111110100001001000110 | 3f3f4246 |
SJIS-WIN | 樽尊BF | 100100100100110110010001101110000100001001000110 | 924d91b84246 |
EUC-JP | 樽尊BF | 110000111010111011000010101110100100001001000110 | c3aec2ba4246 |
UTF-8 | 樽尊BF | 1110011010101000101111011110010110110000100010100100001001000110 | e6a8bde5b08a4246 |
UHC | 樽尊BF | 111100011101110011110000111011100100001001000110 | f1dcf0ee4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)