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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 悌?煜?\ | 10010010111011100011111111111011010101010011111101011100 | 92ee3ffb553f5c |
EUC-JP | 悌?煜?\ | 1100010011110000001111111000111111001001111111000011111101011100 | c4f03f8fc9fc3f5c |
UTF-8 | 悌렩煜렞\ | 11100110100000101000110011101011101000001010100111100111100001011001110011101011101000001001111001011100 | e6828ceba0a9e7859ceba09e5c |
UHC | 悌렩煜렞\ | 111100001010101010001110101101111110100111110010100011101010111101011100 | f0aa8eb7e9f28eaf5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)