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 | 諢臥ォ | 1110011010000100100010011110011110101011 | e68489e7ab |
EUC-JP | 諢臥ォ | 111010111110010010110010111010011000111010101011 | ebe4b2e98eab |
UTF-8 | 諢臥ォ | 111010001010101110100010111010001000011110100101111011111011110110101011 | e8aba2e887a5efbdab |
UHC | ?臥? | 00111111111010001100001000111111 | 3fe8c23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)