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 | ???Y | 00111111001111110011111101011001 | 3f3f3f59 |
SJIS-WIN | 蓍喜万Y | 11100100111001111000101011101100100101101001110001011001 | e4e78aec969c59 |
EUC-JP | 蓍喜万Y | 11101000111010011011010011101110110010111111110001011001 | e8e9b4eecbfc59 |
UTF-8 | 蓍喜万Y | 11101000100100111000110111100101100101101001110011100100101110001000011101011001 | e8938de5969ce4b88759 |
UHC | 蓍喜万Y | 11100011110010011111110111101100110110001011001001011001 | e3c9fdecd8b259 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)