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 | 隶手娼繝ヲ | 111010001010111010001110111010001000111110101001111000111000001110100110 | e8ae8ee88fa9e383a6 |
EUC-JP | 隶手娼繝ヲ | 11110000101100001011110011101010101111101010101111100101111000111000111010100110 | f0b0bceabeabe5e38ea6 |
UTF-8 | 隶手娼繝ヲ | 111010011001101010110110111001101000100110001011111001011010100010111100111001111011100110011101111011111011110110100110 | e99ab6e6898be5a8bce7b99defbda6 |
UHC | ?手娼?? | 00111111111000101010001011110011110111100011111100111111 | 3fe2a2f3de3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)