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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?ロ | 001111111000001110001101 | 3f838d |
EUC-JP | 縯ロ | 1000111111010100110010111010010111101101 | 8fd4cba5ed |
UTF-8 | 縯ロ | 111001111011100010101111111000111000001110101101 | e7b8afe383ad |
UHC | 縯ロ | 11100110111000001010101111101101 | e6e0abed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)