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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 顋懷綜褪エ邊 | 1110100011111001100111001110010110010001100011101110010111110010101101001110011110110010 | e8f99ce5918ee5f2b4e7b2 |
EUC-JP | 顋懷綜褪エ邊 | 111100001111101111011000111001111100000111101110111010101111010010001110101101001110111010110100 | f0fbd8e7c1eeeaf48eb4eeb4 |
UTF-8 | 顋懷綜褪エ邊 | 111010011010000110001011111001101000011110110111111001111011011010011100111010001010010010101010111011111011110110110100111010011000001010001010 | e9a18be687b7e7b69ce8a4aaefbdb4e9828a |
UHC | ?懷綜褪?邊 | 00111111111111001110001111110000111111001111011111011011001111111101110010101011 | 3ffce3f0fcf7db3fdcab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)