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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 谿コ髢 | 1110011010101110101110101110100110010110 | e6aebae996 |
EUC-JP | 谿コ髢 | 111011001011000010001110101110101111000111110110 | ecb08ebaf1f6 |
UTF-8 | 谿コ髢 | 111010001011000010111111111011111011110110111010111010011010101110100010 | e8b0bfefbdbae9aba2 |
UHC | 谿?? | 11001101101011000011111100111111 | cdac3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)