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 | ÉûZ | 10001111110010011111101101011010 | 8fc9fb5a |
SJIS-WIN | ???Z | 00111111001111110011111101011010 | 3f3f3f5a |
EUC-JP | ?ÉûZ | 0011111110001111101010101011000110001111101010111110010101011010 | 3f8faab18fabe55a |
UTF-8 | ÉûZ | 11000010100011111100001110001001110000111011101101011010 | c28fc389c3bb5a |
UHC | ???Z | 00111111001111110011111101011010 | 3f3f3f5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)