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 | 傳耿? | 1001100101000010111000111101010000111111 | 9942e3d43f |
EUC-JP | 傳耿? | 1101000110100011111001101101011000111111 | d1a3e6d63f |
UTF-8 | 傳耿ㄴ | 111001011000001010110011111010001000000010111111111000111000010010110100 | e582b3e880bfe384b4 |
UHC | 傳耿ㄴ | 111011101110111011001100111010101010010010100100 | eeeecceaa4a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)