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? | 0011111100111111001111110100110100111111 | 3f3f3f4d3f |
SJIS-WIN | ?班療M? | 00111111100101001100011110010111110000110100110100111111 | 3f94c797c34d3f |
EUC-JP | ?班療M? | 00111111110010001100100111001110110001010100110100111111 | 3fc8c9cec54d3f |
UTF-8 | 뤾班療M렱 | 11101011101001001011111011100111100011111010110111100111100110011000001001001101111010111010000010110001 | eba4bee78fade799824deba0b1 |
UHC | 뤾班療M렱 | 100011111110101011011010111011001101011011111011010011011000111010111110 | 8feadaecd6fb4d8ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)