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 | ??哀? | 0011111100111111100010001010001100111111 | 3f3f88a33f |
EUC-JP | ??哀? | 0011111100111111101100001010010100111111 | 3f3fb0a53f |
UTF-8 | 롛롉哀뤶 | 111010111010000110011011111010111010000110001001111001011001001110000000111010111010010010110110 | eba19beba189e59380eba4b6 |
UHC | 롛롉哀뤶 | 1000111011011111100011101100111111100100111011101000111111100100 | 8edf8ecfe4ee8fe4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)