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 | ??J}??J{^ | 001111110011111101001010011111010011111100111111010010100111101101011110 | 3f3f4a7d3f3f4a7b5e |
SJIS-WIN | 牾J}牾J{^ | 11110010111100001110000010110001010010100111110111110010111100001110000010110001010010100111101101011110 | f2f0e0b14a7df2f0e0b14a7b5e |
EUC-JP | ?牾J}?牾J{^ | 0011111111100000101100110100101001111101001111111110000010110011010010100111101101011110 | 3fe0b34a7d3fe0b34a7b5e |
UTF-8 | 牾J}牾J{^ | 1110111010001000101001111110011110001001101111100100101001111101111011101000100010100111111001111000100110111110010010100111101101011110 | ee88a7e789be4a7dee88a7e789be4a7b5e |
UHC | ??J}??J{^ | 001111110011111101001010011111010011111100111111010010100111101101011110 | 3f3f4a7d3f3f4a7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)