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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 爺薹粒B | 10010110111010101110010101010110100101111011000101000010 | 96eae55697b142 |
EUC-JP | 爺薹粒B | 11001100111011001110100110110111110011101011001101000010 | ccece9b7ceb342 |
UTF-8 | 爺薹粒B | 11100111100010001011101011101000100101101011100111100111101100101001001001000010 | e788bae896b9e7b29242 |
UHC | 爺?粒B | 111001011010110000111111110110001010001101000010 | e5ac3fd8a342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)