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 | ??畯 | 00111111001111111111101101101111 | 3f3ffb6f |
EUC-JP | ??畯 | 0011111100111111100011111100110110111011 | 3f3f8fcdbb |
UTF-8 | 罹렗畯 | 111011111010011110100110111010111010000010010111111001111001010110101111 | efa7a6eba097e795af |
UHC | 罹렗畯 | 111011001011101010001110101011001111000111100001 | ecba8eacf1e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)