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 | 鮏ヨ闔。 | 111111000100001111010110111010001000111010100001 | fc43d6e88ea1 |
EUC-JP | 鮏ヨ闔。 | 100011111110101011011011100011101101011011101111111011101000111010100001 | 8feadb8ed6efee8ea1 |
UTF-8 | 鮏ヨ闔。 | 111010011010111010001111111011111011111010010110111010011001011110010100111011111011110110100001 | e9ae8fefbe96e99794efbda1 |
UHC | ??闔? | 0011111100111111111110011110111100111111 | 3f3ff9ef3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)