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 | 泳f?獰? | 1000100101101010100000101000011000111111111000001101011000111111 | 896a82863fe0d63f |
EUC-JP | 泳f?獰? | 1011000111001011101000111110011000111111111000001101100000111111 | b1cba3e63fe0d83f |
UTF-8 | 泳f즹獰놟 | 111001101011001110110011111011111011110110000110111011001010011010111001111001111000110110110000111010111000011010011111 | e6b3b3efbd86eca6b9e78db0eb869f |
UHC | 泳f즹獰놟 | 11100111101101101010001111100110101000111000101111100111101111101000011101000010 | e7b6a3e6a38be7be8742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)