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 | 偲軸肛 | 100011101100001110001110101100101110001111101000 | 8ec38eb2e3e8 |
EUC-JP | 偲軸肛 | 101111001100010110111100101101001110011011101010 | bcc5bcb4e6ea |
UTF-8 | 偲軸肛 | 111001011000000110110010111010001011101110111000111010001000001010011011 | e581b2e8bbb8e8829b |
UHC | ?軸肛 | 0011111111110101111011101111100111111101 | 3ff5eef9fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)