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 | テ催板湘 | 11000011100011011100001110010100110000101000111111000011 | c38dc394c28fc3 |
EUC-JP | テ催板湘 | 1000111011000011101110101100010111001000110001001011111011000101 | 8ec3bac5c8c4bec5 |
UTF-8 | テ催板湘 | 111011111011111010000011111001011000001010101100111001101001110110111111111001101011100110011000 | efbe83e582ace69dbfe6b998 |
UHC | ?催板湘 | 00111111111101011100101011110111111110011101111111001111 | 3ff5caf7f9dfcf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)