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 | 雎域立魄斬 | 11101000101100011000100011100110100101111010011111101001101011101000111001100001 | e8b188e697a7e9ae8e61 |
EUC-JP | 雎域立魄斬 | 11110000101100111011000011101000110011101010100111110010101100001011101111000010 | f0b3b0e8cea9f2b0bbc2 |
UTF-8 | 雎域立魄斬 | 111010011001101110001110111001011001111110011111111001111010101110001011111010011010110110000100111001101001011010101100 | e99b8ee59f9fe7ab8be9ad84e696ac |
UHC | 雎域立魄斬 | 11101110110100011110011010110100110110001010000111011011110111101111001111010110 | eed1e6b4d8a1dbdef3d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)