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 | 谷短即竪揃 | 10010010010010101001001001011010100100011010011010010010010001111001000110110101 | 924a925a91a6924791b5 |
EUC-JP | 谷短即竪揃 | 11000011101010111100001110111011110000101010100011000011101010001100001010110111 | c3abc3bbc2a8c3a8c2b7 |
UTF-8 | 谷短即竪揃 | 111010001011000010110111111001111001111110101101111001011000110110110011111001111010101110101010111001101000111110000011 | e8b0b7e79fade58db3e7abaae68f83 |
UHC | 谷短?竪? | 1100110111011011110100111010110100111111111000101011010100111111 | cddbd3ad3fe2b53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)