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 | ??I] | 00111111001111110100100101011101 | 3f3f495d |
SJIS-WIN | ??I] | 00111111001111110100100101011101 | 3f3f495d |
EUC-JP | ??I] | 00111111001111110100100101011101 | 3f3f495d |
UTF-8 | 亐렕I] | 1110010010111010100100001110101110100000100101010100100101011101 | e4ba90eba095495d |
UHC | 亐렕I] | 111010101010011110001110101010100100100101011101 | eaa78eaa495d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)