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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 筌э?^ | 111000101010001110000100100011110011111101011110 | e2a3848f3f5e |
EUC-JP | 筌э?^ | 111001001010010110100111111011110011111101011110 | e4a5a7ef3f5e |
UTF-8 | 筌э㎚^ | 111001111010110110001100110100011000110111100011100011101001101001011110 | e7ad8cd18de38e9a5e |
UHC | 筌э㎚^ | 11101111101001111010110011101111101001111010110001011110 | efa7acefa7ac5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)