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 | ??V | 001111110011111101010110 | 3f3f56 |
SJIS-WIN | 崧劾V | 1111101010101111100010100100111001010110 | faaf8a4e56 |
EUC-JP | 崧劾V | 100011111011101111001010101100111010111101010110 | 8fbbcab3af56 |
UTF-8 | 崧劾V | 11100101101101001010011111100101100010101011111001010110 | e5b4a7e58abe56 |
UHC | 崧劾V | 1110001011111110111110101011011001010110 | e2fefab656 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)