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 | 迹?咀?恁 | 1110011110010001001111111001100111110000001111111001110010001100 | e7913f99f03f9c8c |
EUC-JP | 迹?咀?恁 | 1110110111110001001111111101001011110010001111111101011111101100 | edf13fd2f23fd7ec |
UTF-8 | 迹렩咀렰恁 | 111010001011111110111001111010111010000010101001111001011001001010000000111010111010000010110000111001101000000110000001 | e8bfb9eba0a9e59280eba0b0e68181 |
UHC | 迹렩咀렰恁 | 11101110111010011000111010110111111011101011101010001110101111011110110011110110 | eee98eb7eeba8ebdecf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)