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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 簇簇}簇簇{^ | 1110001011000110111000101100011001111101111000101100011011100010110001100111101101011110 | e2c6e2c67de2c6e2c67b5e |
EUC-JP | 簇簇}簇簇{^ | 1110010011001000111001001100100001111101111001001100100011100100110010000111101101011110 | e4c8e4c87de4c8e4c87b5e |
UTF-8 | 簇簇}簇簇{^ | 111001111011000010000111111001111011000010000111011111011110011110110000100001111110011110110000100001110111101101011110 | e7b087e7b0877de7b087e7b0877b5e |
UHC | 簇簇}簇簇{^ | 1111000011101010111100001110101001111101111100001110101011110000111010100111101101011110 | f0eaf0ea7df0eaf0ea7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)