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 | ??????Y | 00111111001111110011111100111111001111110011111101011001 | 3f3f3f3f3f3f59 |
SJIS-WIN | 癌??影??Y | 100010101110000000111111001111111000100101100101001111110011111101011001 | 8ae03f3f89653f3f59 |
EUC-JP | 癌??影??Y | 101101001110001000111111001111111011000111000110001111110011111101011001 | b4e23f3fb1c63f3f59 |
UTF-8 | 癌꿰즯影졾ㅁY | 11100111100110011000110011101010101111111011000011101100101001101010111111100101101111011011000111101100101000011011111011100011100001011000000101011001 | e7998ceabfb0eca6afe5bdb1eca1bee3858159 |
UHC | 癌꿰즯影졾ㅁY | 11100100110111111011001011100111101000111000000111100111101011111010000011100101101001001011000101011001 | e4dfb2e7a381e7afa0e5a4b159 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)