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 | ?ョズ^ | 001111111000001110000111100000110101100101011110 | 3f838783595e |
EUC-JP | 縯ョズ^ | 1000111111010100110010111010010111100111101001011011101001011110 | 8fd4cba5e7a5ba5e |
UTF-8 | 縯ョズ^ | 11100111101110001010111111100011100000111010011111100011100000101011101001011110 | e7b8afe383a7e382ba5e |
UHC | 縯ョズ^ | 11100110111000001010101111100111101010111011101001011110 | e6e0abe7abba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)