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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ワェヤ・B | 11011100101010101101010010100101111100001111011101000010 | dcaad4a5f0f742 |
EUC-JP | ワェヤ・?B | 10001110110111001000111010101010100011101101010010001110101001010011111101000010 | 8edc8eaa8ed48ea53f42 |
UTF-8 | ワェヤ・B | 11101111101111101001110011101111101111011010101011101111101111101001010011101111101111011010010111101110100000101011011001000010 | efbe9cefbdaaefbe94efbda5ee82b642 |
UHC | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)