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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 骰肥函 | 111010011000110110010100111011001001010010011111 | e98d94ec949f |
EUC-JP | 骰肥函 | 111100011110110111001000111011101100100010100001 | f1edc8eec8a1 |
UTF-8 | 骰肥函 | 111010011010101010110000111010001000001010100101111001011000011110111101 | e9aab0e882a5e587bd |
UHC | ?肥函 | 0011111111011101111111101111100111011110 | 3fddfef9de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)