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 | 00111111001111110011111101101101 | 3f3f3f6d |
SJIS-WIN | ???m | 00111111001111110011111101101101 | 3f3f3f6d |
EUC-JP | ???m | 00111111001111110011111101101101 | 3f3f3f6d |
UTF-8 | 챘첩혮m | 11101100101100011001100011101100101100101010100111101101100110001010111001101101 | ecb198ecb2a9ed98ae6d |
UHC | 챘첩혮m | 11000011101010111100001110111000110000101001010101101101 | c3abc3b8c2956d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)