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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?四匿 | 0011111110001110011011001001001110111101 | 3f8e6c93bd |
EUC-JP | ?四匿 | 0011111110111011110011011100011010111111 | 3fbbcdc6bf |
UTF-8 | 뤫四匿 | 111010111010010010101011111001011001101110011011111001011000110010111111 | eba4abe59b9be58cbf |
UHC | 뤫四匿 | 100011111101100111011110110011001101001011111011 | 8fd9deccd2fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)