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 | ?????E | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
SJIS-WIN | 銕奇ス丞竅E | 11100111111011001000101011101111101111011000111111100101111000101000000101000101 | e7ec8aefbd8fe5e28145 |
EUC-JP | 銕奇ス丞竅E | 1110111011101110101101001111000110001110101111011011111011100111111000111110000101000101 | eeeeb4f18ebdbee7e3e145 |
UTF-8 | 銕奇ス丞竅E | 11101001100010101001010111100101101001011000011111101111101111011011110111100100101110001001111011100111101010111000010101000101 | e98a95e5a587efbdbde4b89ee7ab8545 |
UHC | ?奇?丞竅E | 001111111101000011110100001111111110001110101010110100001010101101000101 | 3fd0f43fe3aad0ab45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)