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?p?M?p | 0011111101001101001111110111000000111111010011010011111101110000 | 3f4d3f703f4d3f70 |
SJIS-WIN | ?M?p?M?p | 0011111101001101001111110111000000111111010011010011111101110000 | 3f4d3f703f4d3f70 |
EUC-JP | ?M?p?M?p | 0011111101001101001111110111000000111111010011010011111101110000 | 3f4d3f703f4d3f70 |
UTF-8 | 묬M묯p묬M묯p | 11101011101011001010110001001101111010111010110010101111011100001110101110101100101011000100110111101011101011001010111101110000 | ebacac4debacaf70ebacac4debacaf70 |
UHC | 묬M묯p묬M묯p | 100100100100001101001101100100100100011001110000100100100100001101001101100100100100011001110000 | 92434d92467092434d924670 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)