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 | テ催個湘 | 11000011100011011100001110001100110000101000111111000011 | c38dc38cc28fc3 |
EUC-JP | テ催個湘 | 1000111011000011101110101100010110111000110001001011111011000101 | 8ec3bac5b8c4bec5 |
UTF-8 | テ催個湘 | 111011111011111010000011111001011000001010101100111001011000000010001011111001101011100110011000 | efbe83e582ace5808be6b998 |
UHC | ?催個湘 | 00111111111101011100101011001011110000011101111111001111 | 3ff5cacbc1dfcf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)