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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 毫?た?埃 | 1001111101111100001111111000001010111101001111111001101010111010 | 9f7c3f82bd3f9aba |
EUC-JP | 毫?た?埃 | 1101110111011101001111111010010010111111001111111101010010111100 | dddd3fa4bf3fd4bc |
UTF-8 | 毫힘た렊埃 | 111001101010111110101011111011011001111010011000111000111000000110011111111010111010000010001010111001011001111110000011 | e6afabed9e98e3819feba08ae59f83 |
UHC | 毫힘た렊埃 | 11111011110001101100100011111011101010101011111110001110101000011110010011101111 | fbc6c8fbaabf8ea1e4ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)