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 | ?辰?莖 | 001111111001001001000011001111111110010010110001 | 3f92433fe4b1 |
EUC-JP | ?辰?莖 | 001111111100001110100100001111111110100010110011 | 3fc3a43fe8b3 |
UTF-8 | 렮辰뤎莖 | 111010111010000010101110111010001011111010110000111010111010010010001110111010001000111010010110 | eba0aee8beb0eba48ee88e96 |
UHC | 렮辰뤎莖 | 1000111010111011111100101110001110001111101111101100110011101100 | 8ebbf2e38fbeccec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)