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 | 獰粳粡 | 111000001101011011100010111010011110001011100111 | e0d6e2e9e2e7 |
EUC-JP | 獰粳粡 | 111000001101100011100100111010111110010011101001 | e0d8e4ebe4e9 |
UTF-8 | 獰粳粡 | 111001111000110110110000111001111011001010110011111001111011001010100001 | e78db0e7b2b3e7b2a1 |
UHC | 獰粳? | 1110011110111110110010111101011100111111 | e7becbd73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)