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 | 邀溘Ξ邯 | 1110011110110001100111111110001110000011101011001110011110110110 | e7b19fe383ace7b6 |
EUC-JP | 邀溘Ξ邯 | 1110111010110011110111101110010110100110101011101110111010111000 | eeb3dee5a6aeeeb8 |
UTF-8 | 邀溘Ξ邯 | 1110100110000010100000001110011010111010100110001100111010011110111010011000001010101111 | e98280e6ba98ce9ee982af |
UHC | 邀?Ξ邯 | 11101001101011010011111110100101110011101100101011111011 | e9ad3fa5cecafb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)