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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 隶手娼轣ッ | 111010001010111010001110111010001000111110101001111001111000000110101111 | e8ae8ee88fa9e781af |
EUC-JP | 隶手娼轣ッ | 11110000101100001011110011101010101111101010101111101101111000011000111010101111 | f0b0bceabeabede18eaf |
UTF-8 | 隶手娼轣ッ | 111010011001101010110110111001101000100110001011111001011010100010111100111010001011110110100011111011111011110110101111 | e99ab6e6898be5a8bce8bda3efbdaf |
UHC | ?手娼?? | 00111111111000101010001011110011110111100011111100111111 | 3fe2a2f3de3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)