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 | ??????]H | 0011111100111111001111110011111100111111001111110101110101001000 | 3f3f3f3f3f3f5d48 |
SJIS-WIN | セュ治セュ雫]H | 10111110101011011000111010100001101111101010110110001110101101000101110101001000 | bead8ea1bead8eb45d48 |
EUC-JP | セュ治セュ雫]H | 1000111010111110100011101010110110111100101000111000111010111110100011101010110110111100101101100101110101001000 | 8ebe8eadbca38ebe8eadbcb65d48 |
UTF-8 | セュ治セュ雫]H | 1110111110111101101111101110111110111101101011011110011010110010101110111110111110111101101111101110111110111101101011011110100110011011101010110101110101001000 | efbdbeefbdade6b2bbefbdbeefbdade99bab5d48 |
UHC | ??治???]H | 001111110011111111110110101111010011111100111111001111110101110101001000 | 3f3ff6bd3f3f3f5d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)