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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鈔蛾メ蓚晁 | 11100111111000101000100111101001100000111000000111100100111010011001110111101000 | e7e289e98381e4e99de8 |
EUC-JP | 鈔蛾メ蓚晁 | 11101110111001001011001011101011101001011110000111101000111010111101101011101010 | eee4b2eba5e1e8ebdaea |
UTF-8 | 鈔蛾メ蓚晁 | 111010011000100010010100111010001001101110111110111000111000001110100001111010001001001110011010111001101001100110000001 | e98894e89bbee383a1e8939ae69981 |
UHC | ?蛾メ蓚晁 | 001111111110010010110110101010111110000111100010101111101111000011000101 | 3fe4b6abe1e2bef0c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)