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 | ??嵌斐 | 001111110011111110011011110001101001010011100011 | 3f3f9bc694e3 |
EUC-JP | ??嵌斐 | 001111110011111111010110110010001100100011100101 | 3f3fd6c8c8e5 |
UTF-8 | 뤶퓥嵌斐 | 111010111010010010110110111011011001001110100101111001011011010110001100111001101001011010010000 | eba4b6ed93a5e5b58ce69690 |
UHC | 뤶퓥嵌斐 | 1000111111100100101111111000111011001010111011101101110111101100 | 8fe4bf8ecaeeddec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)