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 | 遭????? | 10010001100110000011111100111111001111110011111100111111 | 91983f3f3f3f3f |
EUC-JP | 遭????? | 11000001111110000011111100111111001111110011111100111111 | c1f83f3f3f3f3f |
UTF-8 | 遭섦廉섄씔롖 | 111010011000000110101101111011001000010010100110111011111010011010100010111011001000010010000100111011001001010010010100111010111010000110010110 | e981adec84a6efa6a2ec8484ec9494eba196 |
UHC | 遭섦廉섄씔롖 | 111100001110010010111100101101001110011011110101101111001010100110111110101111001000111011011010 | f0e4bcb4e6f5bca9bebc8eda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)