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 | 狐?偕?缸 | 1000110011001111001111111001100011110001001111111110001110011101 | 8ccf3f98f13fe39d |
EUC-JP | 狐?偕?缸 | 1011100011010001001111111101000011110011001111111110010111111101 | b8d13fd0f33fe5fd |
UTF-8 | 狐렦偕렦缸 | 111001111000101110010000111010111010000010100110111001011000000110010101111010111010000010100110111001111011110010111000 | e78b90eba0a6e58195eba0a6e7bcb8 |
UHC | 狐렦偕렦缸 | 11111011110011111000111010110101111110101010010110001110101101011111100111111100 | fbcf8eb5faa58eb5f9fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)