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 | 鐔緒終鐔取 | 11101000010111001000111110001111100011110100100111101000010111001000111011100110 | e85c8f8f8f49e85c8ee6 |
EUC-JP | 鐔緒終鐔取 | 11101111101111011011110111101111101111011010101011101111101111011011110011101000 | efbdbdefbdaaefbdbce8 |
UTF-8 | 鐔緒終鐔取 | 111010011001000010010100111001111011011110010010111001111011010110000010111010011001000010010100111001011000111110010110 | e99094e7b792e7b582e99094e58f96 |
UHC | ??終?取 | 00111111001111111111000011111011001111111111011010100010 | 3f3ff0fb3ff6a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)