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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 釶ス驕ゃ | 111001111101111110111101111010011000000110000010111000011111001010100011 | e7dfbde98182e1f2a3 |
EUC-JP | 釶ス驕ゃ? | 111011101110000110001110101111011111000111100001101001001110001100111111 | eee18ebdf1e1a4e33f |
UTF-8 | 釶ス驕ゃ | 111010011000011110110110111011111011110110111101111010011010100110010101111000111000001010000011111011101000011110011010 | e987b6efbdbde9a995e38283ee879a |
UHC | ??驕ゃ? | 00111111001111111100111011110110101010101110001100111111 | 3f3fcef6aae33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)