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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 邯帛セ瑚罧B | 11100111101101101001101111100101101111101000110011101000111000111010110001000010 | e7b69be5be8ce8e3ac42 |
EUC-JP | 邯帛セ瑚罧B | 1110111010111000110101101110011110001110101111101011100011101010111001101010111001000010 | eeb8d6e78ebeb8eae6ae42 |
UTF-8 | 邯帛セ瑚罧B | 11101001100000101010111111100101101110001001101111101111101111011011111011100111100100011001101011100111101111011010011101000010 | e982afe5b89befbdbee7919ae7bda742 |
UHC | 邯帛?瑚?B | 110010101111101111011011110110010011111111111011110100010011111101000010 | cafbdbd93ffbd13f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)