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 | 鐔緒終轢∴ | 11101000010111001000111110001111100011110100100111100111100000001000000110001000 | e85c8f8f8f49e7808188 |
EUC-JP | 鐔緒終轢∴ | 11101111101111011011110111101111101111011010101011101101111000001010000111101000 | efbdbdefbdaaede0a1e8 |
UTF-8 | 鐔緒終轢∴ | 111010011001000010010100111001111011011110010010111001111011010110000010111010001011110110100010111000101000100010110100 | e99094e7b792e7b582e8bda2e288b4 |
UHC | ??終轢∴ | 0011111100111111111100001111101111010101111110011010000111000101 | 3f3ff0fbd5f9a1c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)