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 | 戊笞炯 | 100101011110100011100010100110101110000001110110 | 95e8e29ae076 |
EUC-JP | 戊笞炯 | 110010101110101011100011111110101101111111010111 | caeae3fadfd7 |
UTF-8 | 戊笞炯 | 111001101000100010001010111001111010110010011110111001111000001010101111 | e6888ae7ac9ee782af |
UHC | 戊笞炯 | 110110011110011011110111110000101111101110100110 | d9e6f7c2fba6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)