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 | ???N | 00111111001111110011111101001110 | 3f3f3f4e |
SJIS-WIN | 将蝪鵆N | 10001111101010111110010110100001111010011111101101001110 | 8fabe5a1e9fb4e |
EUC-JP | 将蝪鵆N | 10111110101011011110101010100011111100101111110101001110 | beadeaa3f2fd4e |
UTF-8 | 将蝪鵆N | 11100101101100001000011011101000100111011010101011101001101101011000011001001110 | e5b086e89daae9b5864e |
UHC | ???N | 00111111001111110011111101001110 | 3f3f3f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)