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 | 荏耕帆鳥? | 100010010110000010001101011010111001010010111111100100101011100100111111 | 89608d6b94bf92b93f |
EUC-JP | 荏耕帆鳥? | 101100011100000110111001110011001100100011000001110001001011101100111111 | b1c1b9ccc8c1c4bb3f |
UTF-8 | 荏耕帆鳥흗 | 111010001000110110001111111010001000000010010101111001011011100010000110111010011011001110100101111011011001110110010111 | e88d8fe88095e5b886e9b3a5ed9d97 |
UHC | 荏耕帆鳥흗 | 11101100111110111100110011101001110110111110111011110000111010001100100011101001 | ecfbcce9dbeef0e8c8e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)