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 | ?爾}?爾{^ | 001111111000111010100010011111010011111110001110101000100111101101011110 | 3f8ea27d3f8ea27b5e |
EUC-JP | 瀷爾}瀷爾{^ | 10001111110010011011010010111100101001000111110110001111110010011011010010111100101001000111101101011110 | 8fc9b4bca47d8fc9b4bca47b5e |
UTF-8 | 瀷爾}瀷爾{^ | 111001111000000010110111111001111000100010111110011111011110011110000000101101111110011110001000101111100111101101011110 | e780b7e788be7de780b7e788be7b5e |
UHC | 瀷爾}瀷爾{^ | 1110110011001011111011001011001101111101111011001100101111101100101100110111101101011110 | eccbecb37deccbecb37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)