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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 笆。竏ォ笳 | 1110001010010110101000011110001010001000101010111110001010010111 | e296a1e288abe297 |
EUC-JP | 笆。竏ォ笳 | 11100011111101101000111010100001111000111110100010001110101010111110001111110111 | e3f68ea1e3e88eabe3f7 |
UTF-8 | 笆。竏ォ笳 | 111001111010110010000110111011111011110110100001111001111010101110001111111011111011110110101011111001111010110010110011 | e7ac86efbda1e7ab8fefbdabe7acb3 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)