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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 謚瀧弔h | 11100110100010101001000111101011100100101010001001101000 | e68a91eb92a268 |
EUC-JP | 謚瀧弔h | 11101011111010101100001011101101110001001010010001101000 | ebeac2edc4a468 |
UTF-8 | 謚瀧弔h | 11101000101011001001101011100111100000001010011111100101101111001001010001101000 | e8ac9ae780a7e5bc9468 |
UHC | 謚瀧弔h | 11101100110100001101011011101001111100001100000001101000 | ecd0d6e9f0c068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)