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 | ??審頸 | 001111110011111110010000010100101110100011110010 | 3f3f9052e8f2 |
EUC-JP | ??審頸 | 001111110011111110111111101100111111000011110100 | 3f3fbfb3f0f4 |
UTF-8 | 뤵樂審頸 | 111010111010010010110101111011111010010110011100111001011010111110101001111010011010000010111000 | eba4b5efa59ce5afa9e9a0b8 |
UHC | 뤵樂審頸 | 1000111111100011110101011010010111100011111110111100110011110010 | 8fe3d5a5e3fbccf2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)