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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 顋廉h顋廉 | 111010001111100110010111111101010110100011101000111110011001011111110101 | e8f997f568e8f997f5 |
EUC-JP | 顋廉h顋廉 | 111100001111101111001110111101110110100011110000111110111100111011110111 | f0fbcef768f0fbcef7 |
UTF-8 | 顋廉h顋廉 | 11101001101000011000101111100101101110111000100101101000111010011010000110001011111001011011101110001001 | e9a18be5bb8968e9a18be5bb89 |
UHC | ?廉h?廉 | 00111111110101101010111101101000001111111101011010101111 | 3fd6af683fd6af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)