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 | 丈ワ^ | 111100101011000010001111111001001101110001011110 | f2b08fe4dc5e |
EUC-JP | ?丈ワ^ | 001111111011111011100110100011101101110001011110 | 3fbee68edc5e |
UTF-8 | 丈ワ^ | 11101110100001111010011111100100101110001000100011101111101111101001110001011110 | ee87a7e4b888efbe9c5e |
UHC | ?丈?^ | 0011111111101101110110110011111101011110 | 3feddb3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)