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 | 隱キ霄ッ錡 | 1110100010101010101101111110100010111010101011111111101111011000 | e8aab7e8baaffbd8 |
EUC-JP | 隱キ霄ッ錡 | 1111000010101100100011101011011111110000101111001000111010101111100011111110010011011110 | f0ac8eb7f0bc8eaf8fe4de |
UTF-8 | 隱キ霄ッ錡 | 111010011001101010110001111011111011110110110111111010011001110010000100111011111011110110101111111010011000110010100001 | e99ab1efbdb7e99c84efbdafe98ca1 |
UHC | 隱???錡 | 11101011110111110011111100111111001111111101000111000100 | ebdf3f3f3fd1c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)