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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 綬鼇綬先^ | 100011101111100011101010100001111000111011111000100100001110011001011110 | 8ef8ea878ef890e65e |
EUC-JP | 綬鼇綬先^ | 101111001111101011110011111001111011110011111010110000001110100001011110 | bcfaf3e7bcfac0e85e |
UTF-8 | 綬鼇綬先^ | 11100111101101101010110011101001101111001000011111100111101101101010110011100101100001011000100001011110 | e7b6ace9bc87e7b6ace585885e |
UHC | 綬鼇綬先^ | 111000101011100011101000101010001110001010111000111000001011101101011110 | e2b8e8a8e2b8e0bb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)