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 | 鴪疾昭瘤ー | 111010011111000010001110101111101000111110111010111000011000111010110000 | e9f08ebe8fbae18eb0 |
EUC-JP | 鴪疾昭瘤ー | 11110010111100101011110011000000101111101011110011100001111011101000111010110000 | f2f2bcc0bebce1ee8eb0 |
UTF-8 | 鴪疾昭瘤ー | 111010011011010010101010111001111001011010111110111001101001100010101101111001111001100010100100111011111011110110110000 | e9b4aae796bee698ade798a4efbdb0 |
UHC | ?疾昭瘤? | 0011111111110010111100001110000110111001110101111011101100111111 | 3ff2f0e1b9d7bb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)