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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | セュ実爾捨 | 1011111010101101100011101100000010001110101000101000111011001100 | bead8ec08ea28ecc |
EUC-JP | セュ実爾捨 | 10001110101111101000111010101101101111001100001010111100101001001011110011001110 | 8ebe8eadbcc2bca4bcce |
UTF-8 | セュ実爾捨 | 111011111011110110111110111011111011110110101101111001011010111010011111111001111000100010111110111001101000110110101000 | efbdbeefbdade5ae9fe788bee68da8 |
UHC | ???爾捨 | 00111111001111110011111111101100101100111101111011010111 | 3f3f3fecb3ded7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)