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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 釗署釗署^ | 111110111011101110001111100100001111101110111011100011111001000001011110 | fbbb8f90fbbb8f905e |
EUC-JP | 釗署釗署^ | 1000111111100011101001101011110111110000100011111110001110100110101111011111000001011110 | 8fe3a6bdf08fe3a6bdf05e |
UTF-8 | 釗署釗署^ | 11101001100001111001011111100111101111011011001011101001100001111001011111100111101111011011001001011110 | e98797e7bdb2e98797e7bdb25e |
UHC | 釗署釗署^ | 111000011111001011011111111111101110000111110010110111111111111001011110 | e1f2dffee1f2dffe5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)