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 | 逶ら鰍^ | 11100111100110111000001011100111100010101000001001011110 | e79b82e78a825e |
EUC-JP | 逶ら鰍^ | 11101101111110111010010011101001101100111110001001011110 | edfba4e9b3e25e |
UTF-8 | 逶ら鰍^ | 11101001100000001011011011100011100000101000100111101001101100001000110101011110 | e980b6e38289e9b08d5e |
UHC | ?ら鰍^ | 001111111010101011101001111101011110001101011110 | 3faae9f5e35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)