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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 「ョ「訖 | 1010001010101110101000101110011001011110 | a2aea2e65e |
EUC-JP | 「ョ「訖 | 1000111010100010100011101010111010001110101000101110101110111111 | 8ea28eae8ea2ebbf |
UTF-8 | 「ョ「訖 | 111011111011110110100010111011111011110110101110111011111011110110100010111010001010100010010110 | efbda2efbdaeefbda2e8a896 |
UHC | ???訖 | 0011111100111111001111111111110111100001 | 3f3f3ffde1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)