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 | 訒偃矧^ | 11111011101000111001100011101110100101001000101001011110 | fba398ee948a5e |
EUC-JP | 訒偃矧^ | 1000111111011101110010001101000011110000110001111110101001011110 | 8fddc8d0f0c7ea5e |
UTF-8 | 訒偃矧^ | 11101000101010001001001011100101100000011000001111100111100111111010011101011110 | e8a892e58183e79fa75e |
UHC | ?偃?^ | 0011111111100101111001110011111101011110 | 3fe5e73f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)