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^ | 00111111001111110011111100111111001111110110010001011110 | 3f3f3f3f3f645e |
SJIS-WIN | セ骼ォ室d^ | 11110010101100001011111011101001100011101010101110001110101110100110010001011110 | f2b0bee98eab8eba645e |
EUC-JP | ?セ骼ォ室d^ | 0011111110001110101111101111000111101110100011101010101110111100101111000110010001011110 | 3f8ebef1ee8eabbcbc645e |
UTF-8 | セ骼ォ室d^ | 1110111010000111101001111110111110111101101111101110100110101010101111001110111110111101101010111110010110101110101001000110010001011110 | ee87a7efbdbee9aabcefbdabe5aea4645e |
UHC | ????室d^ | 0011111100111111001111110011111111100011111110000110010001011110 | 3f3f3f3fe3f8645e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)