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 | 竪短揃誰促 | 10010010010001111001001001011010100100011011010110010010010011101001000110100011 | 9247925a91b5924e91a3 |
EUC-JP | 竪短揃誰促 | 11000011101010001100001110111011110000101011011111000011101011111100001010100101 | c3a8c3bbc2b7c3afc2a5 |
UTF-8 | 竪短揃誰促 | 111001111010101110101010111001111001111110101101111001101000111110000011111010001010101010110000111001001011111110000011 | e7abaae79fade68f83e8aab0e4bf83 |
UHC | 竪短?誰促 | 111000101011010111010011101011010011111111100010110000011111010110110101 | e2b5d3ad3fe2c1f5b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)