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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | ?b?裕?] | 0011111110000010100000100011111110010111010101000011111101011101 | 3f82823f97543f5d |
EUC-JP | 渶b?裕?] | 10001111110001111110110110100011111000100011111111001101101101010011111101011101 | 8fc7eda3e23fcdb53f5d |
UTF-8 | 渶b몼裕꿗] | 11100110101110001011011011101111101111011000001011101011101010101011110011101000101000111001010111101010101111111001011101011101 | e6b8b6efbd82ebaabce8a395eabf975d |
UHC | 渶b몼裕꿗] | 1110011110110111101000111110001010010001101000011110101110101110100001010101000101011101 | e7b7a3e291a1ebae85515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)