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 | 日?? | 10010011111110100011111100111111 | 93fa3f3f |
EUC-JP | 日?? | 11000110111111000011111100111111 | c6fc3f3f |
UTF-8 | 日쎈뼭 | 111001101001011110100101111011001000111010001000111010111011110010101101 | e697a5ec8e88ebbcad |
UHC | 日쎈뼭 | 111011001110110110111101111010111001011010110000 | ecedbdeb96b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)