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 | 翔紺鰲 | 111000111100010010001101101011101110100111100000 | e3c48daee9e0 |
EUC-JP | 翔紺鰲 | 111001101100011010111010101100001111001011100010 | e6c6bab0f2e2 |
UTF-8 | 翔紺鰲 | 111001111011111110010100111001111011010010111010111010011011000010110010 | e7bf94e7b4bae9b0b2 |
UHC | 翔紺鰲 | 110111111101011011001010111110101110100010100111 | dfd6cafae8a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)