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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 霆滕注妤矩ゥ | 1110100010111011100111111110110010010010100011011111101010100100100010111110100110101001 | e8bb9fec928dfaa48be9a9 |
EUC-JP | 霆滕注妤矩ゥ | 11110000101111011101111011101110110000111110110110001111101110011010111110110110111010111000111010101001 | f0bddeeec3ed8fb9afb6eb8ea9 |
UTF-8 | 霆滕注妤矩ゥ | 111010011001110010000110111001101011101110010101111001101011001110101000111001011010011010100100111001111001111110101001111011111011110110101001 | e99c86e6bb95e6b3a8e5a6a4e79fa9efbda9 |
UHC | 霆?注?矩? | 111011111111110100111111111100011011110000111111110011111011101100111111 | effd3ff1bc3fcfbb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)