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 | 借者昌 | 100011101101100010001110110100101000111110111001 | 8ed88ed28fb9 |
EUC-JP | 借者昌 | 101111001101101010111100110101001011111010111011 | bcdabcd4bebb |
UTF-8 | 借者昌 | 111001011000000010011111111010001000000010000101111001101001100010001100 | e5809fe88085e6988c |
UHC | 借者昌 | 111100111010100011101101101110101111001111100011 | f3a8edbaf3e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)