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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 憶??憶??^ | 100010011010111100111111001111111000100110101111001111110011111101011110 | 89af3f3f89af3f3f5e |
EUC-JP | 憶??憶??^ | 101100101011000100111111001111111011001010110001001111110011111101011110 | b2b13f3fb2b13f3f5e |
UTF-8 | 憶귣몚憶귣몚^ | 11100110100001101011011011101010101101111010001111101011101010101001101011100110100001101011011011101010101101111010001111101011101010101001101001011110 | e686b6eab7a3ebaa9ae686b6eab7a3ebaa9a5e |
UHC | 憶귣몚憶귣몚^ | 11100101111000111000001011101011100100011000100011100101111000111000001011101011100100011000100001011110 | e5e382eb9188e5e382eb91885e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)