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 | 髫ク闖ォ闔 | 1110100110011010101110001110100010001111101010111110100010001110 | e99ab8e88fabe88e |
EUC-JP | 髫ク闖ォ闔 | 11110001111110101000111010111000111011111110111110001110101010111110111111101110 | f1fa8eb8efef8eabefee |
UTF-8 | 髫ク闖ォ闔 | 111010011010101110101011111011111011110110111000111010011001011110010110111011111011110110101011111010011001011110010100 | e9ababefbdb8e99796efbdabe99794 |
UHC | ??闖?闔 | 00111111001111111111011111100110001111111111100111101111 | 3f3ff7e63ff9ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)