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 | 隶手娼矮 | 1110100010101110100011101110100010001111101010011110000111100010 | e8ae8ee88fa9e1e2 |
EUC-JP | 隶手娼矮 | 1111000010110000101111001110101010111110101010111110001011100100 | f0b0bceabeabe2e4 |
UTF-8 | 隶手娼矮 | 111010011001101010110110111001101000100110001011111001011010100010111100111001111001111110101110 | e99ab6e6898be5a8bce79fae |
UHC | ?手娼矮 | 00111111111000101010001011110011110111101110100011100001 | 3fe2a2f3dee8e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)