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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 雅?―偕? | 1000100111101011001111111000000101011100100110001111000100111111 | 89eb3f815c98f13f |
EUC-JP | 雅?―偕? | 1011001011101101001111111010000110111101110100001111001100111111 | b2ed3fa1bdd0f33f |
UTF-8 | 雅덈―偕듣 | 111010011001101110000101111010111000110110001000111000101000000010010101111001011000000110010101111010111001001110100011 | e99b85eb8d88e28095e58195eb93a3 |
UHC | 雅덈―偕듣 | 11100100101110101000100011101011101000011010101011111010101001011011010111101000 | e4ba88eba1aafaa5b5e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)