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 | 雎域立魄手 | 11101000101100011000100011100110100101111010011111101001101011101000111011101000 | e8b188e697a7e9ae8ee8 |
EUC-JP | 雎域立魄手 | 11110000101100111011000011101000110011101010100111110010101100001011110011101010 | f0b3b0e8cea9f2b0bcea |
UTF-8 | 雎域立魄手 | 111010011001101110001110111001011001111110011111111001111010101110001011111010011010110110000100111001101000100110001011 | e99b8ee59f9fe7ab8be9ad84e6898b |
UHC | 雎域立魄手 | 11101110110100011110011010110100110110001010000111011011110111101110001010100010 | eed1e6b4d8a1dbdee2a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)