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 | ???_? | 0011111100111111001111110101111100111111 | 3f3f3f5f3f |
SJIS-WIN | 癌??_嵬 | 10001010111000000011111100111111010111111001101111001010 | 8ae03f3f5f9bca |
EUC-JP | 癌??_嵬 | 10110100111000100011111100111111010111111101011011001100 | b4e23f3f5fd6cc |
UTF-8 | 癌꿰댚_嵬 | 11100111100110011000110011101010101111111011000011101011100011001001101001011111111001011011010110101100 | e7998ceabfb0eb8c9a5fe5b5ac |
UHC | 癌꿰댚_嵬 | 111001001101111110110010111001111000100010111110010111111110100011100011 | e4dfb2e788be5fe8e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)