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 | 谿ッ譛ャ鬆 | 1110011010101110101011111110011010011100101011001110100110100000 | e6aeafe69cace9a0 |
EUC-JP | 谿ッ譛ャ鬆 | 11101100101100001000111010101111111010111111110010001110101011001111001010100010 | ecb08eafebfc8eacf2a2 |
UTF-8 | 谿ッ譛ャ鬆 | 111010001011000010111111111011111011110110101111111010001010110110011011111011111011110110101100111010011010110010000110 | e8b0bfefbdafe8ad9befbdace9ac86 |
UHC | 谿???? | 110011011010110000111111001111110011111100111111 | cdac3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)