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 | 肛ルァ | 111000111110100010000011100010111000001101000000 | e3e8838b8340 |
EUC-JP | 肛ルァ | 111001101110101010100101111010111010010110100001 | e6eaa5eba5a1 |
UTF-8 | 肛ルァ | 111010001000001010011011111000111000001110101011111000111000001010100001 | e8829be383abe382a1 |
UHC | 肛ルァ | 111110011111110110101011111010111010101110100001 | f9fdabebaba1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)