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 | 鞜皮洒 | 111010001101111110010100111001111001111110101101 | e8df94e79fad |
EUC-JP | 鞜皮洒 | 111100001110000111001000111010011101111010101111 | f0e1c8e9deaf |
UTF-8 | 鞜皮洒 | 111010011001111010011100111001111001101010101110111001101011010010010010 | e99e9ce79aaee6b492 |
UHC | ?皮? | 00111111111110011010101100111111 | 3ff9ab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)