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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 羞≦圭綏 | 1110001110110101100000011000010110001100010111001110001101010110 | e3b581858c5ce356 |
EUC-JP | 羞≦圭綏 | 1110011010110111101000011110010110110111101111011110010110110111 | e6b7a1e5b7bde5b7 |
UTF-8 | 羞≦圭綏 | 111001111011111010011110111000101000100110100110111001011001110010101101111001111011011010001111 | e7be9ee289a6e59cade7b68f |
UHC | 羞?圭綏 | 11100010101110100011111111010000101001001110001010110111 | e2ba3fd0a4e2b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)