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 | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
SJIS-WIN | 癌??影??] | 100010101110000000111111001111111000100101100101001111110011111101011101 | 8ae03f3f89653f3f5d |
EUC-JP | 癌??影??] | 101101001110001000111111001111111011000111000110001111110011111101011101 | b4e23f3fb1c63f3f5d |
UTF-8 | 癌꿨폀影좄풛] | 11100111100110011000110011101010101111111010100011101101100011111000000011100101101111011011000111101100101000101000010011101101100100101001101101011101 | e7998ceabfa8ed8f80e5bdb1eca284ed929b5d |
UHC | 癌꿨폀影좄풛] | 11100100110111111011001011100101101111001000111111100111101011111010000011101000101111101001111001011101 | e4dfb2e5bc8fe7afa0e8be9e5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)