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 | 1110010011100111001111110011111101001101 | e4e73f3f4d |
EUC-JP | 蓍??M | 1110100011101001001111110011111101001101 | e8e93f3f4d |
UTF-8 | 蓍놡껮M | 11101000100100111000110111101011100001101010000111101010101110111010111001001101 | e8938deb86a1eabbae4d |
UHC | 蓍놡껮M | 11100011110010011000011101000100100001000100011001001101 | e3c9874484464d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)