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 | 憶??缸? | 10001001101011110011111100111111111000111001110100111111 | 89af3f3fe39d3f |
EUC-JP | 憶??缸? | 10110010101100010011111100111111111001011111110100111111 | b2b13f3fe5fd3f |
UTF-8 | 憶귣봺缸뗰 | 111001101000011010110110111010101011011110100011111010111011010010111010111001111011110010111000111010111001011110110000 | e686b6eab7a3ebb4bae7bcb8eb97b0 |
UHC | 憶귣봺缸뗰 | 11100101111000111000001011101011100101001000000111111001111111001000101111101111 | e5e382eb9481f9fc8bef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)