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 | 楮釜}楮釜{^ | 1001111010111000100010101001100001111101100111101011100010001010100110000111101101011110 | 9eb88a987d9eb88a987b5e |
EUC-JP | 楮釜}楮釜{^ | 1101110010111010101100111111100001111101110111001011101010110011111110000111101101011110 | dcbab3f87ddcbab3f87b5e |
UTF-8 | 楮釜}楮釜{^ | 111001101010010110101110111010011000011110011100011111011110011010100101101011101110100110000111100111000111101101011110 | e6a5aee9879c7de6a5aee9879c7b5e |
UHC | 楮釜}楮釜{^ | 1110111010111111110111011011110001111101111011101011111111011101101111000111101101011110 | eebfddbc7deebfddbc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)