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{^ | 001111110011111101001100011111010011111100111111010011000111101101011110 | 3f3f4c7d3f3f4c7b5e |
SJIS-WIN | 蕷羆L}蕷羆L{^ | 11100101010100001110001110101111010011000111110111100101010100001110001110101111010011000111101101011110 | e550e3af4c7de550e3af4c7b5e |
EUC-JP | 蕷羆L}蕷羆L{^ | 11101001101100011110011010110001010011000111110111101001101100011110011010110001010011000111101101011110 | e9b1e6b14c7de9b1e6b14c7b5e |
UTF-8 | 蕷羆L}蕷羆L{^ | 1110100010010101101101111110011110111110100001100100110001111101111010001001010110110111111001111011111010000110010011000111101101011110 | e895b7e7be864c7de895b7e7be864c7b5e |
UHC | ??L}??L{^ | 001111110011111101001100011111010011111100111111010011000111101101011110 | 3f3f4c7d3f3f4c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)