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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 荏耕帆鳥?? | 10001001011000001000110101101011100101001011111110010010101110010011111100111111 | 89608d6b94bf92b93f3f |
EUC-JP | 荏耕帆鳥?? | 10110001110000011011100111001100110010001100000111000100101110110011111100111111 | b1c1b9ccc8c1c4bb3f3f |
UTF-8 | 荏耕帆鳥흗썼 | 111010001000110110001111111010001000000010010101111001011011100010000110111010011011001110100101111011011001110110010111111011001000110110111100 | e88d8fe88095e5b886e9b3a5ed9d97ec8dbc |
UHC | 荏耕帆鳥흗썼 | 111011001111101111001100111010011101101111101110111100001110100011001000111010011011110111101000 | ecfbcce9dbeef0e8c8e9bde8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)