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 | ?[}?[{^ | 00111111010110110111110100111111010110110111101101011110 | 3f5b7d3f5b7b5e |
SJIS-WIN | 邃[}邃[{^ | 111000101000010001011011011111011110001010000100010110110111101101011110 | e2845b7de2845b7b5e |
EUC-JP | 邃[}邃[{^ | 111000111110010001011011011111011110001111100100010110110111101101011110 | e3e45b7de3e45b7b5e |
UTF-8 | 邃[}邃[{^ | 1110100110000010100000110101101101111101111010011000001010000011010110110111101101011110 | e982835b7de982835b7b5e |
UHC | 邃[}邃[{^ | 111000101100010101011011011111011110001011000101010110110111101101011110 | e2c55b7de2c55b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)