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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 驍雁ッョ | 111010011000001010001010111001011010111110101110 | e9828ae5afae |
EUC-JP | 驍雁ッョ | 1111000111100010101101001110011110001110101011111000111010101110 | f1e2b4e78eaf8eae |
UTF-8 | 驍雁ッョ | 111010011010100110001101111010011001101110000001111011111011110110101111111011111011110110101110 | e9a98de99b81efbdafefbdae |
UHC | 驍雁?? | 111111011010010011100100110100100011111100111111 | fda4e4d23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)