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 | 001111111001111001001101001111111000001010111101100000011010110001001101 | 3f9e4d3f82bd81ac4d |
EUC-JP | ?朞?た〓M | 001111111101101110101110001111111010010010111111101000101010111001001101 | 3fdbae3fa4bfa2ae4d |
UTF-8 | 룵朞卽た〓M | 11101011101000111011010111100110100111001001111011100101100011011011110111100011100000011001111111100011100000001001001101001101 | eba3b5e69c9ee58dbde3819fe380934d |
UHC | 룵朞卽た〓M | 1000111110101010110100011010000111110001111011011010101010111111101000011110101101001101 | 8faad1a1f1edaabfa1eb4d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)