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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 聶磯宛襞 | 1110001111100001100010001110100110001000101101101110010111111100 | e3e188e988b6e5fc |
EUC-JP | 聶磯宛襞 | 1110011011100011101100001110101110110000101110001110101011111110 | e6e3b0ebb0b8eafe |
UTF-8 | 聶磯宛襞 | 111010001000000110110110111001111010001110101111111001011010111010011011111010001010010110011110 | e881b6e7a3afe5ae9be8a59e |
UHC | ?磯宛? | 001111111101000110110100111010001100100000111111 | 3fd1b4e8c83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)