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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 霆滕注妤矩 | 11101000101110111001111111101100100100101000110111111010101001001000101111101001 | e8bb9fec928dfaa48be9 |
EUC-JP | 霆滕注妤矩 | 1111000010111101110111101110111011000011111011011000111110111001101011111011011011101011 | f0bddeeec3ed8fb9afb6eb |
UTF-8 | 霆滕注妤矩 | 111010011001110010000110111001101011101110010101111001101011001110101000111001011010011010100100111001111001111110101001 | e99c86e6bb95e6b3a8e5a6a4e79fa9 |
UHC | 霆?注?矩 | 1110111111111101001111111111000110111100001111111100111110111011 | effd3ff1bc3fcfbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)