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 | 馴貽馴貽 | 1001001111101001111001101100010010010011111010011110011011000100 | 93e9e6c493e9e6c4 |
EUC-JP | 馴貽馴貽 | 1100011011101011111011001100011011000110111010111110110011000110 | c6ebecc6c6ebecc6 |
UTF-8 | 馴貽馴貽 | 111010011010011010110100111010001011001010111101111010011010011010110100111010001011001010111101 | e9a6b4e8b2bde9a6b4e8b2bd |
UHC | 馴貽馴貽 | 1110001011111000111011001100001011100010111110001110110011000010 | e2f8ecc2e2f8ecc2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)