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 | 001111110011111101000111 | 3f3f47 |
SJIS-WIN | 陋姨G | 1110100010011011100110110100100001000111 | e89b9b4847 |
EUC-JP | 陋姨G | 1110111111111011110101011010100101000111 | effbd5a947 |
UTF-8 | 陋姨G | 11101001100110011000101111100101101001111010100001000111 | e9998be5a7a847 |
UHC | 陋姨G | 1101011110110000111011001010100101000111 | d7b0eca947 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)