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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 憶??檣 | 100010011010111100111111001111111001111011111100 | 89af3f3f9efc |
EUC-JP | 憶??檣 | 101100101011000100111111001111111101110011111110 | b2b13f3fdcfe |
UTF-8 | 憶귨풜檣 | 111001101000011010110110111010101011011110101000111011011001001010011100111001101010101010100011 | e686b6eab7a8ed929ce6aaa3 |
UHC | 憶귨풜檣 | 1110010111100011100000101110111110111110100111111110110111101010 | e5e382efbe9fedea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)