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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 弱?????? | 1000111011100011001111110011111100111111001111110011111100111111 | 8ee33f3f3f3f3f3f |
EUC-JP | 弱?????? | 1011110011100101001111110011111100111111001111110011111100111111 | bce53f3f3f3f3f3f |
UTF-8 | 弱뤻궢緣잍쪛掠 | 111001011011110010110001111010111010010010111011111010101011011010100010111001111011011110100011111011001001111010001101111011001010101010011011111011111010010110110101 | e5bcb1eba4bbeab6a2e7b7a3ec9e8decaa9befa5b5 |
UHC | 弱뤻궢緣잍쪛掠 | 1110010110110000100011111110100110000010101101011110011011011110100111111110011010100101100101001110010110110001 | e5b08fe982b5e6de9fe6a594e5b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)