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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 亮?}亮?{^ | 100101111011101000111111011111011001011110111010001111110111101101011110 | 97ba3f7d97ba3f7b5e |
EUC-JP | 亮濩}亮濩{^ | 11001110101111001000111111001001101001000111110111001110101111001000111111001001101001000111101101011110 | cebc8fc9a47dcebc8fc9a47b5e |
UTF-8 | 亮濩}亮濩{^ | 111001001011101010101110111001101011111110101001011111011110010010111010101011101110011010111111101010010111101101011110 | e4baaee6bfa97de4baaee6bfa97b5e |
UHC | 亮濩}亮濩{^ | 1101010111010101111110111100110101111101110101011101010111111011110011010111101101011110 | d5d5fbcd7dd5d5fbcd7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)