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 | 膊?? | 11100100010011010011111100111111 | e44d3f3f |
EUC-JP | 膊駪雱 | 1110011110101110100011111110100110101110100011111110011011111100 | e7ae8fe9ae8fe6fc |
UTF-8 | 膊駪雱 | 111010001000011010001010111010011010011110101010111010011001101110110001 | e8868ae9a7aae99bb1 |
UHC | 膊?? | 11011010110110110011111100111111 | dadb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)