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 | 烱瑣狎烱 | 1110000001110111111000001111001011100000101111101110000001110111 | e077e0f2e0bee077 |
EUC-JP | 烱瑣狎烱 | 1101111111011000111000001111010011100000110000001101111111011000 | dfd8e0f4e0c0dfd8 |
UTF-8 | 烱瑣狎烱 | 111001111000001110110001111001111001000110100011111001111000101110001110111001111000001110110001 | e783b1e791a3e78b8ee783b1 |
UHC | 烱?狎烱 | 11001100110111100011111111100100111001001100110011011110 | ccde3fe4e4ccde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)