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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | ???揖?\ | 00111111001111110011111110010111010010110011111101011100 | 3f3f3f974b3f5c |
EUC-JP | ???揖?\ | 00111111001111110011111111001101101011000011111101011100 | 3f3f3fcdac3f5c |
UTF-8 | 嶪우슱揖쁏\ | 11100101101101101010101011101100100110101011000011101100100010101011000111100110100011111001011011101100100000011000111101011100 | e5b6aaec9ab0ec8ab1e68f96ec818f5c |
UHC | 嶪우슱揖쁏\ | 1110010111110101101111111110110010011010101110001110101111100111100110000101000001011100 | e5f5bfec9ab8ebe798505c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)