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 | 隨樣カサ | 111001111010110010011110111010011011011010111011 | e7ac9ee9b6bb |
EUC-JP | 隨樣カサ | 1110111010101110110111001110101110001110101101101000111010111011 | eeaedceb8eb68ebb |
UTF-8 | 隨樣カサ | 111010011001101010101000111001101010100010100011111011111011110110110110111011111011110110111011 | e99aa8e6a8a3efbdb6efbdbb |
UHC | 隨樣?? | 111000101100101111100101110001100011111100111111 | e2cbe5c63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)