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 | ??????P | 00111111001111110011111100111111001111110011111101010000 | 3f3f3f3f3f3f50 |
SJIS-WIN | 癌??影??P | 100010101110000000111111001111111000100101100101001111110011111101010000 | 8ae03f3f89653f3f50 |
EUC-JP | 癌??影??P | 101101001110001000111111001111111011000111000110001111110011111101010000 | b4e23f3fb1c63f3f50 |
UTF-8 | 癌꿱뮅影졾쳣P | 11100111100110011000110011101010101111111011000111101011101011101000010111100101101111011011000111101100101000011011111011101100101100111010001101010000 | e7998ceabfb1ebae85e5bdb1eca1beecb3a350 |
UHC | 癌꿱뮅影졾쳣P | 11100100110111111011001011101000100100101001010011100111101011111010000011100101101010111000100101010000 | e4dfb2e89294e7afa0e5ab8950 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)