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 | 遞ョ蠢護恙 | 111001111010100010101110111001011011111110001100111011001001110010011001 | e7a8aee5bf8cec9c99 |
EUC-JP | 遞ョ蠢護恙 | 11101110101010101000111010101110111010101100000110111000111011101101011111111001 | eeaa8eaeeac1b8eed7f9 |
UTF-8 | 遞ョ蠢護恙 | 111010011000000110011110111011111011110110101110111010001010000010100010111010001010110110110111111001101000000110011001 | e9819eefbdaee8a0a2e8adb7e68199 |
UHC | 遞?蠢護恙 | 111101001111011000111111111100011110001111111011110111101110010110111111 | f4f63ff1e3fbdee5bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)