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 | 艶?秧 | 1000100110010000001111111110001001011110 | 89903fe25e |
EUC-JP | 艶?秧 | 1011000111110000001111111110001110111111 | b1f03fe3bf |
UTF-8 | 艶쵢秧 | 111010001000100110110110111011001011010110100010111001111010011110100111 | e889b6ecb5a2e7a7a7 |
UHC | 艶쵢秧 | 111001101111110110101101010000101110010011101011 | e6fdad42e4eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)