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 | 뤙묍審뤙 | 111010111010010010011001111010111010110010001101111001011010111110101001111010111010010010011001 | eba499ebac8de5afa9eba499 |
UHC | 뤙묍審뤙 | 1000111111001000101110011010001111100011111110111000111111001000 | 8fc8b9a3e3fb8fc8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)