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 | 霆?失? | 111010001011101100111111100011101011100000111111 | e8bb3f8eb83f |
EUC-JP | 霆?失? | 111100001011110100111111101111001011101000111111 | f0bd3fbcba3f |
UTF-8 | 霆렍失띔 | 111010011001110010000110111010111010000010001101111001011010010010110001111010111001110110010100 | e99c86eba08de5a4b1eb9d94 |
UHC | 霆렍失띔 | 1110111111111101100011101010001111100011111101111011011011101010 | effd8ea3e3f7b6ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)