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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 顫擾スエ裘 | 1110100011111010100011111110111110111101101101001110010111100010 | e8fa8fefbdb4e5e2 |
EUC-JP | 顫擾スエ裘 | 11110000111111001011111011110001100011101011110110001110101101001110101011100100 | f0fcbef18ebd8eb4eae4 |
UTF-8 | 顫擾スエ裘 | 111010011010000110101011111001101001001110111110111011111011110110111101111011111011110110110100111010001010001110011000 | e9a1abe693beefbdbdefbdb4e8a398 |
UHC | 顫擾??? | 11101111101101011110100011110110001111110011111100111111 | efb5e8f63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)