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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 霎ー讓ス^ | 11101000101111101011000011100110101010001011110101011110 | e8beb0e6a8bd5e |
EUC-JP | 霎ー讓ス^ | 111100001100000010001110101100001110110010101010100011101011110101011110 | f0c08eb0ecaa8ebd5e |
UTF-8 | 霎ー讓ス^ | 11101001100111001000111011101111101111011011000011101000101011101001001111101111101111011011110101011110 | e99c8eefbdb0e8ae93efbdbd5e |
UHC | ??讓?^ | 001111110011111111100101110100110011111101011110 | 3f3fe5d33f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)