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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 髀橲堪 | 111010011000111110011110111011011000101010101100 | e98f9eed8aac |
EUC-JP | 髀橲堪 | 111100011110111111011100111011111011010010101110 | f1efdcefb4ae |
UTF-8 | 髀橲堪 | 111010011010101110000000111001101010100110110010111001011010000010101010 | e9ab80e6a9b2e5a0aa |
UHC | ??堪 | 00111111001111111100101011101101 | 3f3fcaed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)