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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 雉磯嫌 | 111010001011001110001000111010011000110010011001 | e8b388e98c99 |
EUC-JP | 雉磯嫌 | 111100001011010110110000111010111011011111111001 | f0b5b0ebb7f9 |
UTF-8 | 雉磯嫌 | 111010011001101110001001111001111010001110101111111001011010101110001100 | e99b89e7a3afe5ab8c |
UHC | 雉磯嫌 | 111101101100101111010001101101001111101011101110 | f6cbd1b4faee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)