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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 襠惹ケアB | 11100101111110111000111011100100101110011011000101000010 | e5fb8ee4b9b142 |
EUC-JP | 襠惹ケアB | 111010101111110110111100111001101000111010111001100011101011000101000010 | eafdbce68eb98eb142 |
UTF-8 | 襠惹ケアB | 11101000101001011010000011100110100000111011100111101111101111011011100111101111101111011011000101000010 | e8a5a0e683b9efbdb9efbdb142 |
UHC | ?惹??B | 001111111110010110101001001111110011111101000010 | 3fe5a93f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)