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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?跡?禎 | 001111111001000011010101001111111001001011110101 | 3f90d53f92f5 |
EUC-JP | ?跡?禎 | 001111111100000011010111001111111100010011110111 | 3fc0d73fc4f7 |
UTF-8 | 렼跡뤶禎 | 111010111010000010111100111010001011011110100001111010111010010010110110111001111010011010001110 | eba0bce8b7a1eba4b6e7a68e |
UHC | 렼跡뤶禎 | 1000111011000100111011101110011010001111111001001110111111101110 | 8ec4eee68fe4efee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)