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?? | 0011111100111111010011010011111100111111 | 3f3f4d3f3f |
SJIS-WIN | 障?M?? | 100011111110000100111111010011010011111100111111 | 8fe13f4d3f3f |
EUC-JP | 障?M勖? | 1011111011100011001111110100110110001111101100111110110100111111 | bee33f4d8fb3ed3f |
UTF-8 | 障렚M勖렢 | 11101001100110101001110011101011101000001001101001001101111001011000101110010110111010111010000010100010 | e99a9ceba09a4de58b96eba0a2 |
UHC | 障렚M勖렢 | 111011101010000110001110101011010100110111101001111011011000111010110011 | eea18ead4de9ed8eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)