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 | 鬩玲昏 | 111010011010100110010111111001101000110110101000 | e9a997e68da8 |
EUC-JP | 鬩玲昏 | 111100101010101111001110111010001011101010101010 | f2abcee8baaa |
UTF-8 | 鬩玲昏 | 111010011010110010101001111001111000111010110010111001101001100010001111 | e9aca9e78eb2e6988f |
UHC | ?玲昏 | 0011111111010110101111001111101111100111 | 3fd6bcfbe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)