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 | 獰??獰g | 1110000011010110001111110011111111100000110101101000001010000111 | e0d63f3fe0d68287 |
EUC-JP | 獰??獰g | 1110000011011000001111110011111111100000110110001010001111100111 | e0d83f3fe0d8a3e7 |
UTF-8 | 獰앯뎳獰g | 111001111000110110110000111011001001010110101111111010111000111010110011111001111000110110110000111011111011110110000111 | e78db0ec95afeb8eb3e78db0efbd87 |
UHC | 獰앯뎳獰g | 11100111101111101001110111100111100010011000011011100111101111101010001111100111 | e7be9de78986e7bea3e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)