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 | ?g??? | 001111111000001010000111001111110011111100111111 | 3f82873f3f3f |
EUC-JP | ?g??? | 001111111010001111100111001111110011111100111111 | 3fa3e73f3f3f |
UTF-8 | 緣g킋吏뷓 | 111001111011011110100011111011111011110110000111111011011000001010001011111011111010011110011110111010111011011110010011 | e7b7a3efbd87ed828befa79eebb793 |
UHC | 緣g킋吏뷓 | 11100110110111101010001111100111101101001001011111101100101001111001010101000010 | e6dea3e7b497eca79542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)