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 | ??審? | 0011111100111111100100000101001000111111 | 3f3f90523f |
EUC-JP | ??審? | 0011111100111111101111111011001100111111 | 3f3fbfb33f |
UTF-8 | 뤙묏審폅 | 111010111010010010011001111010111010110010001111111001011010111110101001111011011000111110000101 | eba499ebac8fe5afa9ed8f85 |
UHC | 뤙묏審폅 | 1000111111001000101110011010010011100011111110111100011011110000 | 8fc8b9a4e3fbc6f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)