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 | 酌爾樟 | 100011101101111010001110101000101000111110111110 | 8ede8ea28fbe |
EUC-JP | 酌爾樟 | 101111001110000010111100101001001011111011000000 | bce0bca4bec0 |
UTF-8 | 酌爾樟 | 111010011000010110001100111001111000100010111110111001101010100010011111 | e9858ce788bee6a89f |
UHC | 酌爾樟 | 111011011100110011101100101100111110110111101001 | edccecb3ede9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)