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 | 00111111001111110100000000111111001111110100000001000010 | 3f3f403f3f4042 |
SJIS-WIN | 溿爾@溿爾@B | 1111101101001010100011101010001001000000111110110100101010001110101000100100000001000010 | fb4a8ea240fb4a8ea24042 |
EUC-JP | 溿爾@溿爾@B | 10001111110010001011000110111100101001000100000010001111110010001011000110111100101001000100000001000010 | 8fc8b1bca4408fc8b1bca44042 |
UTF-8 | 溿爾@溿爾@B | 111001101011101010111111111001111000100010111110010000001110011010111010101111111110011110001000101111100100000001000010 | e6babfe788be40e6babfe788be4042 |
UHC | ?爾@?爾@B | 001111111110110010110011010000000011111111101100101100110100000001000010 | 3fecb3403fecb34042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)