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 | 籖臥勧籖我 | 11100010110111011000100111100111100010101010100111100010110111011000100111100100 | e2dd89e78aa9e2dd89e4 |
EUC-JP | 籖臥勧籖我 | 11100100110111111011001011101001101101001010101111100100110111111011001011100110 | e4dfb2e9b4abe4dfb2e6 |
UTF-8 | 籖臥勧籖我 | 111001111011000110010110111010001000011110100101111001011000101110100111111001111011000110010110111001101000100010010001 | e7b196e887a5e58ba7e7b196e68891 |
UHC | ?臥??我 | 00111111111010001100001000111111001111111110010010110010 | 3fe8c23f3fe4b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)