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 | 彧失醤 | 111110101011100110001110101110001000111111011101 | fab98eb88fdd |
EUC-JP | 彧失醤 | 10001111101111001111111010111100101110101011111011011111 | 8fbcfebcbabedf |
UTF-8 | 彧失醤 | 111001011011110110100111111001011010010010110001111010011000011010100100 | e5bda7e5a4b1e986a4 |
UHC | 彧失? | 1110100111101110111000111111011100111111 | e9eee3f73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)