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 | ???A? | 0011111100111111001111110100000100111111 | 3f3f3f413f |
SJIS-WIN | 餓??A氏 | 10001001111011000011111100111111010000011000111010000001 | 89ec3f3f418e81 |
EUC-JP | 餓??A氏 | 10110010111011100011111100111111010000011011101111100001 | b2ee3f3f41bbe1 |
UTF-8 | 餓귦뢑A氏 | 11101001101001001001001111101010101101111010011011101011101000101001000101000001111001101011000010001111 | e9a493eab7a6eba29141e6b08f |
UHC | 餓귦뢑A氏 | 111001001011101110000010111011011000111101001100010000011110010010101011 | e4bb82ed8f4c41e4ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)