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 | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-WIN | 峇苓Y峇苓bE | 1001101110110010100101111110100001011001100110111011001010010111111010000110001001000101 | 9bb297e8599bb297e86245 |
EUC-JP | 峇苓Y峇苓bE | 1101011010110100110011101110101001011001110101101011010011001110111010100110001001000101 | d6b4ceea59d6b4ceea6245 |
UTF-8 | 峇苓Y峇苓bE | 111001011011001110000111111010001000101110010011010110011110010110110011100001111110100010001011100100110110001001000101 | e5b387e88b9359e5b387e88b936245 |
UHC | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)