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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 潟渫潟緖B | 100010101000001110011111110101101000101010000011111110111000111001000010 | 8a839fd68a83fb8e42 |
EUC-JP | 潟渫潟?B | 1011001111100011110111101101100010110011111000110011111101000010 | b3e3ded8b3e33f42 |
UTF-8 | 潟渫潟緖B | 11100110101111011001111111100110101110001010101111100110101111011001111111100111101101111001011001000010 | e6bd9fe6b8abe6bd9fe7b79642 |
UHC | 潟渫潟緖B | 111000001011001111100000110111101110000010110011110111111111110101000010 | e0b3e0dee0b3dffd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)