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 | ??????S | 00111111001111110011111100111111001111110011111101010011 | 3f3f3f3f3f3f53 |
SJIS-WIN | 弔?芸?源?S | 10010010101000100011111110001100011111000011111110001100101110010011111101010011 | 92a23f8c7c3f8cb93f53 |
EUC-JP | 弔?芸?源?S | 11000100101001000011111110110111110111010011111110111000101110110011111101010011 | c4a43fb7dd3fb8bb3f53 |
UTF-8 | 弔렲芸렑源렰S | 11100101101111001001010011101011101000001011001011101000100010101011100011101011101000001001000111100110101110101001000011101011101000001011000001010011 | e5bc94eba0b2e88ab8eba091e6ba90eba0b053 |
UHC | 弔렲芸렑源렰S | 11110000110000001000111010111111111010011111110110001110101001101110101010111001100011101011110101010011 | f0c08ebfe9fd8ea6eab98ebd53 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)