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 | 脩鼇脩先^ | 111000111111100111101010100001111110001111111001100100001110011001011110 | e3f9ea87e3f990e65e |
EUC-JP | 脩鼇脩先^ | 111001101111101111110011111001111110011011111011110000001110100001011110 | e6fbf3e7e6fbc0e85e |
UTF-8 | 脩鼇脩先^ | 11101000100001001010100111101001101111001000011111101000100001001010100111100101100001011000100001011110 | e884a9e9bc87e884a9e585885e |
UHC | 脩鼇脩先^ | 111000101011101111101000101010001110001010111011111000001011101101011110 | e2bbe8a8e2bbe0bb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)