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 | 湿瑩磁 | 100011101011110011100000111100001000111010100101 | 8ebce0f08ea5 |
EUC-JP | 湿瑩磁 | 101111001011111011100000111100101011110010100111 | bcbee0f2bca7 |
UTF-8 | 湿瑩磁 | 111001101011100110111111111001111001000110101001111001111010001110000001 | e6b9bfe791a9e7a381 |
UHC | ?瑩磁 | 0011111111111011101010011110110110111000 | 3ffba9edb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)