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 | 霆滕注妤 | 1110100010111011100111111110110010010010100011011111101010100100 | e8bb9fec928dfaa4 |
EUC-JP | 霆滕注妤 | 111100001011110111011110111011101100001111101101100011111011100110101111 | f0bddeeec3ed8fb9af |
UTF-8 | 霆滕注妤 | 111010011001110010000110111001101011101110010101111001101011001110101000111001011010011010100100 | e99c86e6bb95e6b3a8e5a6a4 |
UHC | 霆?注? | 111011111111110100111111111100011011110000111111 | effd3ff1bc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)