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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 谷俗続谷足 | 10010010010010101001000110101101100100011011000110010010010010101001000110101011 | 924a91ad91b1924a91ab |
EUC-JP | 谷俗続谷足 | 11000011101010111100001010101111110000101011001111000011101010111100001010101101 | c3abc2afc2b3c3abc2ad |
UTF-8 | 谷俗続谷足 | 111010001011000010110111111001001011111110010111111001111011011010011010111010001011000010110111111010001011011010110011 | e8b0b7e4bf97e7b69ae8b0b7e8b6b3 |
UHC | 谷俗?谷足 | 110011011101101111100001110101000011111111001101110110111111000011101011 | cddbe1d43fcddbf0eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)