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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 底耿? | 1001001011101010111000111101010000111111 | 92eae3d43f |
EUC-JP | 底耿? | 1100010011101100111001101101011000111111 | c4ece6d63f |
UTF-8 | 底耿렑 | 111001011011101010010101111010001000000010111111111010111010000010010001 | e5ba95e880bfeba091 |
UHC | 底耿렑 | 111011101011110011001100111010101000111010100110 | eebcccea8ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)