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 | ?辰?嶼 | 001111111001001001000011001111111001101111010111 | 3f92433f9bd7 |
EUC-JP | ?辰?嶼 | 001111111100001110100100001111111101011011011001 | 3fc3a43fd6d9 |
UTF-8 | 렮辰뤖嶼 | 111010111010000010101110111010001011111010110000111010111010010010010110111001011011011010111100 | eba0aee8beb0eba496e5b6bc |
UHC | 렮辰뤖嶼 | 1000111010111011111100101110001110001111110001101101111111101100 | 8ebbf2e38fc6dfec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)