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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 彧囚B | 1111101010111001100011101111101001000010 | fab98efa42 |
EUC-JP | 彧囚B | 100011111011110011111110101111001111110001000010 | 8fbcfebcfc42 |
UTF-8 | 彧囚B | 11100101101111011010011111100101100110111001101001000010 | e5bda7e59b9a42 |
UHC | 彧囚B | 1110100111101110111000011111011001000010 | e9eee1f642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)