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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 也e?\ | 100101101110011110000010100001010011111101011100 | 96e782853f5c |
EUC-JP | 也e?\ | 110011001110100110100011111001010011111101011100 | cce9a3e53f5c |
UTF-8 | 也e뱿\ | 11100100101110011001111111101111101111011000010111101011101100011011111101011100 | e4b99fefbd85ebb1bf5c |
UHC | 也e뱿\ | 11100101101001011010001111100101100100111010010101011100 | e5a5a3e593a55c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)