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 | 驍企j^ | 11101001100000101000101011101001100000101000101001011110 | e9828ae9828a5e |
EUC-JP | 驍企j^ | 11110001111000101011010011101011101000111110101001011110 | f1e2b4eba3ea5e |
UTF-8 | 驍企j^ | 11101001101010011000110111100100101111001000000111101111101111011000101001011110 | e9a98de4bc81efbd8a5e |
UHC | 驍企j^ | 11111101101001001101000011101010101000111110101001011110 | fda4d0eaa3ea5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)