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 | 「ョィ奛谺 | 10100010101011101010100011111010101000011110011010101100 | a2aea8faa1e6ac |
EUC-JP | 「ョィ奛谺 | 1000111010100010100011101010111010001110101010001000111110111000111101111110110010101110 | 8ea28eae8ea88fb8f7ecae |
UTF-8 | 「ョィ奛谺 | 111011111011110110100010111011111011110110101110111011111011110110101000111001011010010110011011111010001011000010111010 | efbda2efbdaeefbda8e5a59be8b0ba |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)