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 | 遶ェ驕懆鳩 | 111001111010101110101010111010011000000110011100111010001001010010110101 | e7abaae9819ce894b5 |
EUC-JP | 遶ェ驕懆鳩 | 11101110101011011000111010101010111100011110000111011000111010101100100010110111 | eead8eaaf1e1d8eac8b7 |
UTF-8 | 遶ェ驕懆鳩 | 111010011000000110110110111011111011110110101010111010011010100110010101111001101000011110000110111010011011001110101001 | e981b6efbdaae9a995e68786e9b3a9 |
UHC | ??驕?鳩 | 00111111001111111100111011110110001111111100111111001101 | 3f3fcef63fcfcd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)