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 | 将ウ将繽ェホ | 100011111010101110110011100011111010101111100011100011111010101011001110 | 8fabb38fabe38faace |
EUC-JP | 将ウ将繽ェホ | 101111101010110110001110101100111011111010101101111001011110111110001110101010101000111011001110 | bead8eb3beade5ef8eaa8ece |
UTF-8 | 将ウ将繽ェホ | 111001011011000010000110111011111011110110110011111001011011000010000110111001111011100110111101111011111011110110101010111011111011111010001110 | e5b086efbdb3e5b086e7b9bdefbdaaefbe8e |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)