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 | ??L??L^ | 00111111001111110100110000111111001111110100110001011110 | 3f3f4c3f3f4c5e |
SJIS-WIN | 騷淞L騷淞L^ | 1110100101111010100111111100001001001100111010010111101010011111110000100100110001011110 | e97a9fc24ce97a9fc24c5e |
EUC-JP | 騷淞L騷淞L^ | 1111000111011011110111101100010001001100111100011101101111011110110001000100110001011110 | f1dbdec44cf1dbdec44c5e |
UTF-8 | 騷淞L騷淞L^ | 111010011010100010110111111001101011011110011110010011001110100110101000101101111110011010110111100111100100110001011110 | e9a8b7e6b79e4ce9a8b7e6b79e4c5e |
UHC | 騷淞L騷淞L^ | 1110000111010011111000011110011101001100111000011101001111100001111001110100110001011110 | e1d3e1e74ce1d3e1e74c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)