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 | 矇笨矇 | 111000011101110011100010100111001110000111011100 | e1dce29ce1dc |
EUC-JP | 矇笨矇 | 111000101101111011100011111111001110001011011110 | e2dee3fce2de |
UTF-8 | 矇笨矇 | 111001111001111110000111111001111010110010101000111001111001111110000111 | e79f87e7aca8e79f87 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)