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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 隱ェ閼」闖イ | 111010001010101010101010111010001000010010100011111010001000111110110010 | e8aaaae884a3e88fb2 |
EUC-JP | 隱ェ閼」闖イ | 111100001010110010001110101010101110111111100100100011101010001111101111111011111000111010110010 | f0ac8eaaefe48ea3efef8eb2 |
UTF-8 | 隱ェ閼」闖イ | 111010011001101010110001111011111011110110101010111010011001011010111100111011111011110110100011111010011001011110010110111011111011110110110010 | e99ab1efbdaae996bcefbda3e99796efbdb2 |
UHC | 隱?閼?闖? | 111010111101111100111111111001001101100100111111111101111110011000111111 | ebdf3fe4d93ff7e63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)