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 | 侑?霽?? | 10011000110100000011111111101000110001110011111100111111 | 98d03fe8c73f3f |
EUC-JP | 侑?霽?? | 11010000110100100011111111110000110010010011111100111111 | d0d23ff0c93f3f |
UTF-8 | 侑렪霽肋렑 | 111001001011111010010001111010111010000010101010111010011001110010111101111011111010010110010011111010111010000010010001 | e4be91eba0aae99cbdefa593eba091 |
UHC | 侑렪霽肋렑 | 11101010111000101000111010111000111100001011100011010010111100011000111010100110 | eae28eb8f0b8d2f18ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)