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 | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
SJIS-WIN | ?四??四?E | 001111111000111001101100001111110011111110001110011011000011111101000101 | 3f8e6c3f3f8e6c3f45 |
EUC-JP | ?四??四?E | 001111111011101111001101001111110011111110111011110011010011111101000101 | 3fbbcd3f3fbbcd3f45 |
UTF-8 | 뤫四절뤫四절E | 11101011101001001010101111100101100110111001101111101100101000001000100011101011101001001010101111100101100110111001101111101100101000001000100001000101 | eba4abe59b9beca088eba4abe59b9beca08845 |
UHC | 뤫四절뤫四절E | 10001111110110011101111011001100110000001111110110001111110110011101111011001100110000001111110101000101 | 8fd9deccc0fd8fd9deccc0fd45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)