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 | ?????G | 001111110011111100111111001111110011111101000111 | 3f3f3f3f3f47 |
SJIS-WIN | 蒻??宥?G | 1110010011101000001111110011111110010111010001110011111101000111 | e4e83f3f97473f47 |
EUC-JP | 蒻??宥?G | 1110100011101010001111110011111111001101101010000011111101000111 | e8ea3f3fcda83f47 |
UTF-8 | 蒻몃쪉宥뻱G | 11101000100100101011101111101011101010101000001111101100101010101000100111100101101011101010010111101011101110111011000101000111 | e892bbebaa83ecaa89e5aea5ebbbb147 |
UHC | 蒻몃쪉宥뻱G | 1110010110110110101110001110101110100101100000111110101011101001100101100111011001000111 | e5b6b8eba583eae9967647 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)