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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | モュ鮏モュ鮏^ | 110100111010110111111100010000111101001110101101111111000100001101011110 | d3adfc43d3adfc435e |
EUC-JP | モュ鮏モュ鮏^ | 100011101101001110001110101011011000111111101010110110111000111011010011100011101010110110001111111010101101101101011110 | 8ed38ead8feadb8ed38ead8feadb5e |
UTF-8 | モュ鮏モュ鮏^ | 11101111101111101001001111101111101111011010110111101001101011101000111111101111101111101001001111101111101111011010110111101001101011101000111101011110 | efbe93efbdade9ae8fefbe93efbdade9ae8f5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)