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 | ????gY | 001111110011111100111111001111110110011101011001 | 3f3f3f3f6759 |
SJIS-WIN | 矮?瀞?gY | 1110000111100010001111111001001111010010001111110110011101011001 | e1e23f93d23f6759 |
EUC-JP | 矮?瀞?gY | 1110001011100100001111111100011011010100001111110110011101011001 | e2e43fc6d43f6759 |
UTF-8 | 矮렡瀞렕gY | 1110011110011111101011101110101110100000101000011110011110000000100111101110101110100000100101010110011101011001 | e79faeeba0a1e7809eeba0956759 |
UHC | 矮렡瀞렕gY | 11101000111000011000111010110010111011111110011110001110101010100110011101011001 | e8e18eb2efe78eaa6759 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)