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 | ?縉??? | 001111111110001101110101001111110011111100111111 | 3fe3753f3f3f |
EUC-JP | ?縉??? | 001111111110010111010110001111110011111100111111 | 3fe5d63f3f3f |
UTF-8 | 렮縉렧렠렓 | 111010111010000010101110111001111011100010001001111010111010000010100111111010111010000010100000111010111010000010010011 | eba0aee7b889eba0a7eba0a0eba093 |
UHC | 렮縉렧렠렓 | 10001110101110111111001011011011100011101011011010001110101100011000111010101000 | 8ebbf2db8eb68eb18ea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)