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 | 湿銧 | 111110011010001010001110101111001111101111001100 | f9a28ebcfbcc |
EUC-JP | ?湿銧 | 001111111011110010111110100011111110010010100110 | 3fbcbe8fe4a6 |
UTF-8 | 湿銧 | 111011101001101110111101111001101011100110111111111010011000101010100111 | ee9bbde6b9bfe98aa7 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)