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 | 遭?e? | 100100011001100000111111100000101000010100111111 | 91983f82853f |
EUC-JP | 遭?e? | 110000011111100000111111101000111110010100111111 | c1f83fa3e53f |
UTF-8 | 遭콸e롇 | 111010011000000110101101111011001011110110111000111011111011110110000101111010111010000110000111 | e981adecbdb8efbd85eba187 |
UHC | 遭콸e롇 | 1111000011100100110001001110010110100011111001011000111011001101 | f0e4c4e5a3e58ecd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)