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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 照迭}照迭{^ | 1000111111000110100100110101001001111101100011111100011010010011010100100111101101011110 | 8fc693527d8fc693527b5e |
EUC-JP | 照迭}照迭{^ | 1011111011001000110001011011001101111101101111101100100011000101101100110111101101011110 | bec8c5b37dbec8c5b37b5e |
UTF-8 | 照迭}照迭{^ | 111001111000010110100111111010001011111110101101011111011110011110000101101001111110100010111111101011010111101101011110 | e785a7e8bfad7de785a7e8bfad7b5e |
UHC | 照迭}照迭{^ | 1111000011001110111100101111011101111101111100001100111011110010111101110111101101011110 | f0cef2f77df0cef2f77b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)