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 | ?岸?? | 0011111110001010110111010011111100111111 | 3f8add3f3f |
EUC-JP | ?岸?? | 0011111110110100110111110011111100111111 | 3fb4df3f3f |
UTF-8 | 룶岸룴햍 | 111010111010001110110110111001011011001010111000111010111010001110110100111011011001011010001101 | eba3b6e5b2b8eba3b4ed968d |
UHC | 룶岸룴햍 | 1000111110101011111001001100110110001111101010011100000101100010 | 8fabe4cd8fa9c162 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)