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 | 111001111001001110010100010110110100001001000110 | e793945b4246 |
EUC-JP | 逑納BF | 111011011111001111000111101111000100001001000110 | edf3c7bc4246 |
UTF-8 | 逑納BF | 1110100110000000100100011110011110110100100011010100001001000110 | e98091e7b48d4246 |
UHC | 逑納BF | 110011111100011111010010101000010100001001000110 | cfc7d2a14246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)