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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 襍ヲ魘ォ迴・B | 11101000101101011010011011101001101101001010101111100111100011111010010101000010 | e8b5a6e9b4abe78fa542 |
EUC-JP | 襍ヲ魘ォ迴・B | 11110000101101111000111010100110111100101011011010001110101010111110110111101111100011101010010101000010 | f0b78ea6f2b68eabedef8ea542 |
UTF-8 | 襍ヲ魘ォ迴・B | 11101000101001011000110111101111101111011010011011101001101011011001100011101111101111011010101111101000101111111011010011101111101111011010010101000010 | e8a58defbda6e9ad98efbdabe8bfb4efbda542 |
UHC | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)