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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 驕派}驕派{^ | 1110100110000001100101000110100001111101111010011000000110010100011010000111101101011110 | e98194687de98194687b5e |
EUC-JP | 驕派}驕派{^ | 1111000111100001110001111100100101111101111100011110000111000111110010010111101101011110 | f1e1c7c97df1e1c7c97b5e |
UTF-8 | 驕派}驕派{^ | 111010011010100110010101111001101011010010111110011111011110100110101001100101011110011010110100101111100111101101011110 | e9a995e6b4be7de9a995e6b4be7b5e |
UHC | 驕派}驕派{^ | 1100111011110110111101111110111101111101110011101111011011110111111011110111101101011110 | cef6f7ef7dcef6f7ef7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)