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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 姚??永?? | 1001101101001100001111110011111110001001011010010011111100111111 | 9b4c3f3f89693f3f |
EUC-JP | 姚??永?? | 1101010110101101001111110011111110110001110010100011111100111111 | d5ad3f3fb1ca3f3f |
UTF-8 | 姚붺퇁永귡릶 | 111001011010011110011010111010111011011010111010111011011000011110000001111001101011000010111000111010101011011110100001111010111010011010110110 | e5a79aebb6baed8781e6b0b8eab7a1eba6b6 |
UHC | 姚붺퇁永귡릶 | 111010001110111010010100111001111011011110010010111001111011010110000010111010011001000010010100 | e8ee94e7b792e7b582e99094 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)