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 | 鬯サ鬘俶侍 | 111010011010110010111011111010011010000110011000111001101000111010011000 | e9acbbe9a198e68e98 |
EUC-JP | 鬯サ鬘俶侍 | 11110010101011101000111010111011111100101010001111010000111010001011101111111000 | f2ae8ebbf2a3d0e8bbf8 |
UTF-8 | 鬯サ鬘俶侍 | 111010011010110010101111111011111011110110111011111010011010110010011000111001001011111110110110111001001011111010001101 | e9acafefbdbbe9ac98e4bfb6e4be8d |
UHC | ????侍 | 001111110011111100111111001111111110001110110100 | 3f3f3f3fe3b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)