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 | ?感鵡? | 001111111000101010110100100101101011011100111111 | 3f8ab496b73f |
EUC-JP | 瑗感鵡? | 1000111111001100110000001011010010110110110011001011100100111111 | 8fccc0b4b6ccb93f |
UTF-8 | 瑗感鵡뤋 | 111001111001000110010111111001101000010010011111111010011011010110100001111010111010010010001011 | e79197e6849fe9b5a1eba48b |
UHC | 瑗感鵡뤋 | 1110101010111100110010101110111111011001111101111000111110111011 | eabccaefd9f78fbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)