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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 竪蔵竪蔵^ | 100100100100011110010001101000001001001001000111100100011010000001011110 | 924791a0924791a05e |
EUC-JP | 竪蔵竪蔵^ | 110000111010100011000010101000101100001110101000110000101010001001011110 | c3a8c2a2c3a8c2a25e |
UTF-8 | 竪蔵竪蔵^ | 11100111101010111010101011101000100101001011010111100111101010111010101011101000100101001011010101011110 | e7abaae894b5e7abaae894b55e |
UHC | 竪?竪?^ | 11100010101101010011111111100010101101010011111101011110 | e2b53fe2b53f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)