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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 邏礼粟薰 | 1110011110110100100101111110011110001000101111101111101110011110 | e7b497e788befb9e |
EUC-JP | 邏礼粟? | 11101110101101101100111011101001101100001100000000111111 | eeb6cee9b0c03f |
UTF-8 | 邏礼粟薰 | 111010011000001010001111111001111010010010111100111001111011001010011111111010001001011010110000 | e9828fe7a4bce7b29fe896b0 |
UHC | 邏?粟薰 | 11010101101001000011111111100001110110001111110110111001 | d5a43fe1d8fdb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)