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 | 谷担息谷 | 1001001001001010100100100101001110010001101001111001001001001010 | 924a925391a7924a |
EUC-JP | 谷担息谷 | 1100001110101011110000111011010011000010101010011100001110101011 | c3abc3b4c2a9c3ab |
UTF-8 | 谷担息谷 | 111010001011000010110111111001101000101110000101111001101000000110101111111010001011000010110111 | e8b0b7e68b85e681afe8b0b7 |
UHC | 谷?息谷 | 11001101110110110011111111100011110100111100110111011011 | cddb3fe3d3cddb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)