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 | 芯椰}芯椰{^ | 1001000001100011100111101011110101111101100100000110001110011110101111010111101101011110 | 90639ebd7d90639ebd7b5e |
EUC-JP | 芯椰}芯椰{^ | 1011111111000100110111001011111101111101101111111100010011011100101111110111101101011110 | bfc4dcbf7dbfc4dcbf7b5e |
UTF-8 | 芯椰}芯椰{^ | 111010001000101010101111111001101010010010110000011111011110100010001010101011111110011010100100101100000111101101011110 | e88aafe6a4b07de88aafe6a4b07b5e |
UHC | 芯椰}芯椰{^ | 1110010010100101111001011010101101111101111001001010010111100101101010110111101101011110 | e4a5e5ab7de4a5e5ab7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)