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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ワコ^ | 1111000111000001110111001011101001011110 | f1c1dcba5e |
EUC-JP | ?ワコ^ | 001111111000111011011100100011101011101001011110 | 3f8edc8eba5e |
UTF-8 | ワコ^ | 11101110100001001011110011101111101111101001110011101111101111011011101001011110 | ee84bcefbe9cefbdba5e |
UHC | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)