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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 阡篇崎・イB | 111010001001010010010101110100011000110111101000101001011011001001000010 | e89495d18de8a5b242 |
EUC-JP | 阡篇崎・イB | 1110111111110100110010101101001110111010111010101000111010100101100011101011001001000010 | eff4cad3baea8ea58eb242 |
UTF-8 | 阡篇崎・イB | 11101001100110001010000111100111101011111000011111100101101101001000111011101111101111011010010111101111101111011011001001000010 | e998a1e7af87e5b48eefbda5efbdb242 |
UHC | 阡篇崎??B | 111101001100011011111000101110011101000011111000001111110011111101000010 | f4c6f8b9d0f83f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)