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[??b[^ | 001111110011111101100010010110110011111100111111011000100101101101011110 | 3f3f625b3f3f625b5e |
SJIS-WIN | 室b[室b[^ | 11110000101100111000111010111010011000100101101111110000101100111000111010111010011000100101101101011110 | f0b38eba625bf0b38eba625b5e |
EUC-JP | ?室b[?室b[^ | 0011111110111100101111000110001001011011001111111011110010111100011000100101101101011110 | 3fbcbc625b3fbcbc625b5e |
UTF-8 | 室b[室b[^ | 1110111010000001101100101110010110101110101001000110001001011011111011101000000110110010111001011010111010100100011000100101101101011110 | ee81b2e5aea4625bee81b2e5aea4625b5e |
UHC | ?室b[?室b[^ | 0011111111100011111110000110001001011011001111111110001111111000011000100101101101011110 | 3fe3f8625b3fe3f8625b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)