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 | 1001011110101110111000011111100001011001100101111010111011100001111110000110001001000101 | 97aee1f85997aee1f86245 |
EUC-JP | 琉碾Y琉碾bE | 1100111010110000111000101111101001011001110011101011000011100010111110100110001001000101 | ceb0e2fa59ceb0e2fa6245 |
UTF-8 | 琉碾Y琉碾bE | 111001111001000010001001111001111010001010111110010110011110011110010000100010011110011110100010101111100110001001000101 | e79089e7a2be59e79089e7a2be6245 |
UHC | 琉?Y琉?bE | 110101111011100000111111010110011101011110111000001111110110001001000101 | d7b83f59d7b83f6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)