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 | 谷俗促竪即 | 10010010010010101001000110101101100100011010001110010010010001111001000110100110 | 924a91ad91a3924791a6 |
EUC-JP | 谷俗促竪即 | 11000011101010111100001010101111110000101010010111000011101010001100001010101000 | c3abc2afc2a5c3a8c2a8 |
UTF-8 | 谷俗促竪即 | 111010001011000010110111111001001011111110010111111001001011111110000011111001111010101110101010111001011000110110110011 | e8b0b7e4bf97e4bf83e7abaae58db3 |
UHC | 谷俗促竪? | 110011011101101111100001110101001111010110110101111000101011010100111111 | cddbe1d4f5b5e2b53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)