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 | 陂伎サ楠菅 | 111010001001100010001010111010101011101110010011111011011001000010011011 | e8988aeabb93ed909b |
EUC-JP | 陂伎サ楠菅 | 11101111111110001011010011101100100011101011101111000110111011111011111111111011 | eff8b4ec8ebbc6efbffb |
UTF-8 | 陂伎サ楠菅 | 111010011001100110000010111001001011110010001110111011111011110110111011111001101010010110100000111010001000111110000101 | e99982e4bc8eefbdbbe6a5a0e88f85 |
UHC | 陂伎?楠菅 | 111110011010111011010000111010110011111111010001111110001100111010111001 | f9aed0eb3fd1f8ceb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)