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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ??焰??焰^ | 0011111100111111100011111100100111101111001111110011111110001111110010011110111101011110 | 3f3f8fc9ef3f3f8fc9ef5e |
UTF-8 | 롎뤸焰롎뤸焰^ | 11101011101000011000111011101011101001001011100011100111100001001011000011101011101000011000111011101011101001001011100011100111100001001011000001011110 | eba18eeba4b8e784b0eba18eeba4b8e784b05e |
UHC | 롎뤸焰롎뤸焰^ | 10001110110101001000111111100110111001101111101110001110110101001000111111100110111001101111101101011110 | 8ed48fe6e6fb8ed48fe6e6fb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)