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 | ?貰}?貰{^ | 001111111001011011100001011111010011111110010110111000010111101101011110 | 3f96e17d3f96e17b5e |
EUC-JP | ?貰}?貰{^ | 001111111100110011100011011111010011111111001100111000110111101101011110 | 3fcce37d3fcce37b5e |
UTF-8 | 巢貰}巢貰{^ | 111001011011011110100010111010001011001010110000011111011110010110110111101000101110100010110010101100000111101101011110 | e5b7a2e8b2b07de5b7a2e8b2b07b5e |
UHC | 巢貰}巢貰{^ | 1110000110110101111000011010111001111101111000011011010111100001101011100111101101011110 | e1b5e1ae7de1b5e1ae7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)