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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 纒衰兄 | 111000111001010110010000100010101000110001011010 | e395908a8c5a |
EUC-JP | 纒衰兄 | 111001011111010110111111111010101011011110111011 | e5f5bfeab7bb |
UTF-8 | 纒衰兄 | 111001111011101010010010111010001010000110110000111001011000010110000100 | e7ba92e8a1b0e58584 |
UHC | ?衰兄 | 0011111111100001111100011111101011111100 | 3fe1f1fafc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)