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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?夭?乘? | 00111111100110101110111000111111100110001010100100111111 | 3f9aee3f98a93f |
EUC-JP | ?夭?乘? | 00111111110101001111000000111111110100001010101100111111 | 3fd4f03fd0ab3f |
UTF-8 | 뤵夭툘乘렦 | 111010111010010010110101111001011010010010101101111011011000100010011000111001001011100110011000111010111010000010100110 | eba4b5e5a4aded8898e4b998eba0a6 |
UHC | 뤵夭툘乘렦 | 10001111111000111110100011101100101110001000111111100011101010111000111010110101 | 8fe3e8ecb88fe3ab8eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)