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 | ±Ìâ±d^ | 1011000111001100110000111010001011000010101100010110010001011110 | b1ccc3a2c2b1645e |
SJIS-WIN | ±??¢?±d^ | 1000000101111101001111110011111110000001100100010011111110000001011111010110010001011110 | 817d3f3f81913f817d645e |
EUC-JP | ±Ìâ±d^ | 1010000111011110100011111010101011000000100011111010101010101010101000011111000110001111101010101010010010100001110111100110010001011110 | a1de8faac08faaaaa1f18faaa4a1de645e |
UTF-8 | ±Ìâ±d^ | 1100001010110001110000111000110011000011100000111100001010100010110000111000001011000010101100010110010001011110 | c2b1c38cc383c2a2c382c2b1645e |
UHC | ±????±d^ | 10100001101111100011111100111111001111110011111110100001101111100110010001011110 | a1be3f3f3f3fa1be645e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)