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 | 善?}善?{^ | 100100010101000000111111011111011001000101010000001111110111101101011110 | 91503f7d91503f7b5e |
EUC-JP | 善?}善?{^ | 110000011011000100111111011111011100000110110001001111110111101101011110 | c1b13f7dc1b13f7b5e |
UTF-8 | 善탇}善탇{^ | 111001011001011010000100111011011000001110000111011111011110010110010110100001001110110110000011100001110111101101011110 | e59684ed83877de59684ed83877b5e |
UHC | 善탇}善탇{^ | 1110000010111100101101010110111001111101111000001011110010110101011011100111101101011110 | e0bcb56e7de0bcb56e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)