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^ | 111001101010111010110010010011001110011010101110101100100100110001011110 | e6aeb24ce6aeb24c5e |
EUC-JP | 谿イL谿イL^ | 1110110010110000100011101011001001001100111011001011000010001110101100100100110001011110 | ecb08eb24cecb08eb24c5e |
UTF-8 | 谿イL谿イL^ | 111010001011000010111111111011111011110110110010010011001110100010110000101111111110111110111101101100100100110001011110 | e8b0bfefbdb24ce8b0bfefbdb24c5e |
UHC | 谿?L谿?L^ | 110011011010110000111111010011001100110110101100001111110100110001011110 | cdac3f4ccdac3f4c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)