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 | 憶?“? | 100010011010111100111111100000010110011100111111 | 89af3f81673f |
EUC-JP | 憶?“? | 101100101011000100111111101000011100100000111111 | b2b13fa1c83f |
UTF-8 | 憶귣“溜 | 111001101000011010110110111010101011011110100011111000101000000010011100111011111010011110001011 | e686b6eab7a3e2809cefa78b |
UHC | 憶귣“溜 | 1110010111100011100000101110101110100001101100001110101011111110 | e5e382eba1b0eafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)