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 | 谿?Г | 1110011010101110001111111000010001000011 | e6ae3f8443 |
EUC-JP | 谿頰Г | 11101100101100001000111111101000101001001010011110100100 | ecb08fe8a4a7a4 |
UTF-8 | 谿頰Г | 1110100010110000101111111110100110100000101100001101000010010011 | e8b0bfe9a0b0d093 |
UHC | 谿頰Г | 110011011010110011111010111110101010110010100100 | cdacfafaaca4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)