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] | 0011111100111111001111110100110101011101 | 3f3f3f4d5d |
SJIS-WIN | ???M] | 0011111100111111001111110100110101011101 | 3f3f3f4d5d |
EUC-JP | ???M] | 0011111100111111001111110100110101011101 | 3f3f3f4d5d |
UTF-8 | 묳뫇뫉M] | 1110101110101100101100111110101110101011100001111110101110101011100010010100110101011101 | ebacb3ebab87ebab894d5d |
UHC | 묳뫇뫉M] | 1001001001001010100100011010101010010001101010110100110101011101 | 924a91aa91ab4d5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)