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 | ???掩? | 001111110011111100111111100010011000011000111111 | 3f3f3f89863f |
EUC-JP | 莘??掩? | 1000111111011000101010110011111100111111101100011110011000111111 | 8fd8ab3f3fb1e63f |
UTF-8 | 莘땵댉掩깇 | 111010001000111010011000111010111001010110110101111010111000110010001001111001101000111010101001111010101011100110000111 | e88e98eb95b5eb8c89e68ea9eab987 |
UHC | 莘땵댉掩깇 | 11100011111011101000101110001011100010001011001011100101111100111000001110000110 | e3ee8b8b88b2e5f38386 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)