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 | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | ???乙?F | 00111111001111110011111110001001101100110011111101000110 | 3f3f3f89b33f46 |
EUC-JP | ???乙?F | 00111111001111110011111110110010101101010011111101000110 | 3f3f3fb2b53f46 |
UTF-8 | 嶺뚭낮乙텯F | 11101111101001101010101111101011100110101010110111101011100000101010111011100100101110011001100111101101100001011010111101000110 | efa6abeb9aadeb82aee4b999ed85af46 |
UHC | 嶺뚭낮乙텯F | 1110011110101101100011001110101010110011101101111110101111100000101101110100001001000110 | e7ad8ceab3b7ebe0b74246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)