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 | ???M | 00111111001111110011111101001101 | 3f3f3f4d |
SJIS-WIN | 壯??M | 1001101011100001001111110011111101001101 | 9ae13f3f4d |
EUC-JP | 壯??M | 1101010011100011001111110011111101001101 | d4e33f3f4d |
UTF-8 | 壯밭뮵M | 11100101101000111010111111101011101100001010110111101011101011101011010101001101 | e5a3afebb0adebaeb54d |
UHC | 壯밭뮵M | 11101101111000001011100111100111100100101011110101001101 | ede0b9e792bd4d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)