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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 迺ソ雍防 | 11100111100100101011111111101000101101001001011001101000 | e792bfe8b49668 |
EUC-JP | 迺ソ雍防 | 1110110111110010100011101011111111110000101101101100101111001001 | edf28ebff0b6cbc9 |
UTF-8 | 迺ソ雍防 | 111010001011111110111010111011111011110110111111111010011001101110001101111010011001100010110010 | e8bfbaefbdbfe99b8de998b2 |
UHC | ??雍防 | 001111110011111111101000101111001101101111000001 | 3f3fe8bcdbc1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)