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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 癌??影??\ | 100010101110000000111111001111111000100101100101001111110011111101011100 | 8ae03f3f89653f3f5c |
EUC-JP | 癌??影??\ | 101101001110001000111111001111111011000111000110001111110011111101011100 | b4e23f3fb1c63f3f5c |
UTF-8 | 癌꿱눎影좈뮈\ | 11100111100110011000110011101010101111111011000111101011100010001000111011100101101111011011000111101100101000101000100011101011101011101000100001011100 | e7998ceabfb1eb888ee5bdb1eca288ebae885c |
UHC | 癌꿱눎影좈뮈\ | 11100100110111111011001011101000100001111010101011100111101011111010000011101001101110011011111101011100 | e4dfb2e887aae7afa0e9b9bf5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)