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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 髴手剋^ | 11101001100111001000111011101000100110011000111001011110 | e99c8ee8998e5e |
EUC-JP | 髴手剋^ | 11110001111111001011110011101010110100011110111001011110 | f1fcbcead1ee5e |
UTF-8 | 髴手剋^ | 11101001101010111011010011100110100010011000101111100101100010011000101101011110 | e9abb4e6898be5898b5e |
UHC | ?手剋^ | 001111111110001010100010110100001011101101011110 | 3fe2a2d0bb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)