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 | 癲???∽ | 11100001100111110011111100111111001111111000000111100100 | e19f3f3f3f81e4 |
EUC-JP | 癲?ʼn庾∽ | 1110001010100001001111111000111110101001110010101000111110111100110011101010001011100110 | e2a13f8fa9ca8fbccea2e6 |
UTF-8 | 癲뚮ʼn庾∽ | 1110011110011001101100101110101110011010101011101100010110001001111001011011101010111110111000101000100010111101 | e799b2eb9aaec589e5babee288bd |
UHC | 癲뚮ʼn庾∽ | 11101111101001101000110011101011101010011011000011101010111011001010000111101111 | efa68ceba9b0eaeca1ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)