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 | 憶??疑?? | 1000100110101111001111110011111110001011010111100011111100111111 | 89af3f3f8b5e3f3f |
EUC-JP | 憶??疑?? | 1011001010110001001111110011111110110101101111110011111100111111 | b2b13f3fb5bf3f3f |
UTF-8 | 憶귣봿疑뗰쭓 | 111001101000011010110110111010101011011110100011111010111011010010111111111001111001011010010001111010111001011110110000111011001010110110010011 | e686b6eab7a3ebb4bfe79691eb97b0ecad93 |
UHC | 憶귣봿疑뗰쭓 | 111001011110001110000010111010111001010010000110111010111111011110001011111011111010011110001011 | e5e382eb9486ebf78befa78b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)