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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 隰爺オ樒〟 | 111010001010110010010110111010101011010110011110111001111000011110000001 | e8ac96eab59ee78781 |
EUC-JP | 隰爺オ樒? | 111100001010111011001100111011001000111010110101110111001110100100111111 | f0aeccec8eb5dce93f |
UTF-8 | 隰爺オ樒〟 | 111010011001101010110000111001111000100010111010111011111011110110110101111001101010100010010010111000111000000010011111 | e99ab0e788baefbdb5e6a892e3809f |
UHC | ?爺??? | 001111111110010110101100001111110011111100111111 | 3fe5ac3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)