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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ?頃}?頃{^ | 001111111000110110100000011111010011111110001101101000000111101101011110 | 3f8da07d3f8da07b5e |
EUC-JP | ?頃}?頃{^ | 001111111011101010100010011111010011111110111010101000100111101101011110 | 3fbaa27d3fbaa27b5e |
UTF-8 | 닳頃}닳頃{^ | 111010111000101110110011111010011010000010000011011111011110101110001011101100111110100110100000100000110111101101011110 | eb8bb3e9a0837deb8bb3e9a0837b5e |
UHC | 닳頃}닳頃{^ | 1011010011100010110011001111000101111101101101001110001011001100111100010111101101011110 | b4e2ccf17db4e2ccf17b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)