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 | 迥ら言迢Э | 11100111100010101000001011100111100011001011111011100111100010111000010001011110 | e78a82e78cbee78b845e |
EUC-JP | 迥ら言迢Э | 11101101111010101010010011101001101110001100000011101101111010111010011110111111 | edeaa4e9b8c0edeba7bf |
UTF-8 | 迥ら言迢Э | 1110100010111111101001011110001110000010100010011110100010101000100000001110100010111111101000101101000010101101 | e8bfa5e38289e8a880e8bfa2d0ad |
UHC | ?ら言?Э | 0011111110101010111010011110010111101011001111111010110010111111 | 3faae9e5eb3facbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)