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 | ?h? | 001111110110100000111111 | 3f683f |
SJIS-WIN | 孵h孵 | 1001101101111010011010001001101101111010 | 9b7a689b7a |
EUC-JP | 孵h孵 | 1101010111011011011010001101010111011011 | d5db68d5db |
UTF-8 | 孵h孵 | 11100101101011011011010101101000111001011010110110110101 | e5adb568e5adb5 |
UHC | 孵h孵 | 1101110110100010011010001101110110100010 | dda268dda2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)