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 | ???OB | 0011111100111111001111110100111101000010 | 3f3f3f4f42 |
SJIS-WIN | 怐唏俾OB | 1001110010000001100110100100100010011000111010100100111101000010 | 9c819a4898ea4f42 |
EUC-JP | 怐唏俾OB | 1101011111100001110100111010100111010000111011000100111101000010 | d7e1d3a9d0ec4f42 |
UTF-8 | 怐唏俾OB | 1110011010000000100100001110010110010100100011111110010010111111101111100100111101000010 | e68090e5948fe4bfbe4f42 |
UHC | ???OB | 0011111100111111001111110100111101000010 | 3f3f3f4f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)