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 | 逶ら宸^ | 11100111100110111000001011100111100110111000001001011110 | e79b82e79b825e |
EUC-JP | 逶ら宸^ | 11101101111110111010010011101001110101011110001001011110 | edfba4e9d5e25e |
UTF-8 | 逶ら宸^ | 11101001100000001011011011100011100000101000100111100101101011101011100001011110 | e980b6e38289e5aeb85e |
UHC | ?ら宸^ | 001111111010101011101001111000111110010001011110 | 3faae9e3e45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)