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 | ?Y?bE | 0011111101011001001111110110001001000101 | 3f593f6245 |
SJIS-WIN | 塘Y塘bE | 10010011100001000101100110010011100001000110001001000101 | 93845993846245 |
EUC-JP | 塘Y塘bE | 11000101111001000101100111000101111001000110001001000101 | c5e459c5e46245 |
UTF-8 | 塘Y塘bE | 111001011010000110011000010110011110010110100001100110000110001001000101 | e5a19859e5a1986245 |
UHC | 塘Y塘bE | 11010011110100100101100111010011110100100110001001000101 | d3d259d3d26245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)