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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ワレ豢ェサフ | 11011100110110101110011010110100101010101011101111001100 | dcdae6b4aabbcc |
EUC-JP | ワレ豢ェサフ | 100011101101110010001110110110101110110010110110100011101010101010001110101110111000111011001100 | 8edc8edaecb68eaa8ebb8ecc |
UTF-8 | ワレ豢ェサフ | 111011111011111010011100111011111011111010011010111010001011000110100010111011111011110110101010111011111011110110111011111011111011111010001100 | efbe9cefbe9ae8b1a2efbdaaefbdbbefbe8c |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)