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 | ûZ˦ûZ˦B | 111110110101101011001011101001101111101101011010110010111010011001000010 | fb5acba6fb5acba642 |
SJIS-WIN | ?Z???Z??B | 001111110101101000111111001111110011111101011010001111110011111101000010 | 3f5a3f3f3f5a3f3f42 |
EUC-JP | ûZ˦ûZ˦B | 100011111010101111100101010110101000111110101010101100111000111110100010110000111000111110101011111001010101101010001111101010101011001110001111101000101100001101000010 | 8fabe55a8faab38fa2c38fabe55a8faab38fa2c342 |
UTF-8 | ûZ˦ûZ˦B | 110000111011101101011010110000111000101111000010101001101100001110111011010110101100001110001011110000101010011001000010 | c3bb5ac38bc2a6c3bb5ac38bc2a642 |
UHC | ?Z???Z??B | 001111110101101000111111001111110011111101011010001111110011111101000010 | 3f5a3f3f3f5a3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)