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 | ?Y] | 001111110101100101011101 | 3f595d |
SJIS-WIN | ?Y] | 001111110101100101011101 | 3f595d |
EUC-JP | ?Y] | 001111110101100101011101 | 3f595d |
UTF-8 | 뾑Y] | 1110101110111110100100010101100101011101 | ebbe91595d |
UHC | 뾑Y] | 10010111010011110101100101011101 | 974f595d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)