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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ハ邱碪カ耳^ | 1111001010101011110010101110011110110111111000011111001010110110100011101010100001011110 | f2abcae7b7e1f2b68ea85e |
EUC-JP | ?ハ邱碪カ耳^ | 001111111000111011001010111011101011100111100010111101001000111010110110101111001010101001011110 | 3f8ecaeeb9e2f48eb6bcaa5e |
UTF-8 | ハ邱碪カ耳^ | 11101110100001111010001011101111101111101000101011101001100000101011000111100111101000101010101011101111101111011011011011101000100000001011001101011110 | ee87a2efbe8ae982b1e7a2aaefbdb6e880b35e |
UHC | ??邱??耳^ | 001111110011111111001111110010000011111100111111111011001011110001011110 | 3f3fcfc83f3fecbc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)