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 | 隍・ム削嫡螽 | 11101000101001001010010111010001100011011110110110010010100001001110010110101000 | e8a4a5d18ded9284e5a8 |
EUC-JP | 隍・ム削嫡螽 | 111100001010011010001110101001011000111011010001101110101110111111000011111001001110101010101010 | f0a68ea58ed1baefc3e4eaaa |
UTF-8 | 隍・ム削嫡螽 | 111010011001101010001101111011111011110110100101111011111011111010010001111001011000100110001010111001011010101110100001111010001001111010111101 | e99a8defbda5efbe91e5898ae5aba1e89ebd |
UHC | 隍??削嫡? | 111111001101101100111111001111111101111011111011111011101101010100111111 | fcdb3f3fdefbeed53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)