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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 谷即息谷 | 1001001001001010100100011010011010010001101001111001001001001010 | 924a91a691a7924a |
EUC-JP | 谷即息谷 | 1100001110101011110000101010100011000010101010011100001110101011 | c3abc2a8c2a9c3ab |
UTF-8 | 谷即息谷 | 111010001011000010110111111001011000110110110011111001101000000110101111111010001011000010110111 | e8b0b7e58db3e681afe8b0b7 |
UHC | 谷?息谷 | 11001101110110110011111111100011110100111100110111011011 | cddb3fe3d3cddb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)