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 | 001111110011111100111111001111110011111101001101 | 3f3f3f3f3f4d |
SJIS-WIN | 第??燼?M | 1001000111100110001111110011111111100000100111100011111101001101 | 91e63f3fe09e3f4d |
EUC-JP | 第??燼?M | 1100001011101000001111110011111111011111111111100011111101001101 | c2e83f3fdffe3f4d |
UTF-8 | 第며께燼렜M | 11100111101011001010110011101011101010011011000011101010101110111001100011100111100001111011110011101011101000001001110001001101 | e7acaceba9b0eabb98e787bceba09c4d |
UHC | 第며께燼렜M | 1111000010101111101110001110011110110010101100101110001111101000100011101010111001001101 | f0afb8e7b2b2e3e88eae4d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)