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 | 肛ル/ | 111000111110100010000011100010111000000101011110 | e3e8838b815e |
EUC-JP | 肛ル/ | 111001101110101010100101111010111010000110111111 | e6eaa5eba1bf |
UTF-8 | 肛ル/ | 111010001000001010011011111000111000001110101011111011111011110010001111 | e8829be383abefbc8f |
UHC | 肛ル/ | 111110011111110110101011111010111010001110101111 | f9fdabeba3af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)