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 | 癌꿨폀影좈쎁\ | 11100111100110011000110011101010101111111010100011101101100011111000000011100101101111011011000111101100101000101000100011101100100011101000000101011100 | e7998ceabfa8ed8f80e5bdb1eca288ec8e815c |
UHC | 癌꿨폀影좈쎁\ | 11100100110111111011001011100101101111001000111111100111101011111010000011101001100110111010101101011100 | e4dfb2e5bc8fe7afa0e99bab5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)