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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 丹袖臓贈B | 100100100100111110010001101100111001000110011111100100011010000101000010 | 924f91b3919f91a142 |
EUC-JP | 丹袖臓贈B | 110000111011000011000010101101011100001010100001110000101010001101000010 | c3b0c2b5c2a1c2a342 |
UTF-8 | 丹袖臓贈B | 11100100101110001011100111101000101000101001011011101000100001111001001111101000101101001000100001000010 | e4b8b9e8a296e88793e8b48842 |
UHC | 丹袖?贈B | 1101001110100001111000101100000000111111111100011111110001000010 | d3a1e2c03ff1fc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)